mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-23 14:03:33 -04:00
dev-python/rawji: new package, add 0.1.0_p20260708
Signed-off-by: Patrick Zwerschke <patrick@p5k.org>
This commit is contained in:
1
dev-python/rawji/Manifest
Normal file
1
dev-python/rawji/Manifest
Normal file
@@ -0,0 +1 @@
|
|||||||
|
DIST rawji-0.1.0_p20260708.gh.tar.gz 45839824 BLAKE2B d46976c9f8415897c79d25cb54ee4ad5b69788043fb86171eb3a11a7a2f6f5e69e62b1a6ec3ec4b0aaddc0a162ac7a301dd17dd655a4be2f985899ce0672e4b5 SHA512 d634684dcf7b4b2793ed778081355d5bfcde7e1dfb7a6398a555cd55e56aaed9ed647240cb8f314adece8ef570692bf2e08f35a734aa52e3c718c07e9b986fa9
|
||||||
11
dev-python/rawji/metadata.xml
Normal file
11
dev-python/rawji/metadata.xml
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="person">
|
||||||
|
<email>patrick@p5k.org</email>
|
||||||
|
<name>Patrick Zwerschke</name>
|
||||||
|
</maintainer>
|
||||||
|
<upstream>
|
||||||
|
<remote-id type="github">pinpox/rawji</remote-id>
|
||||||
|
</upstream>
|
||||||
|
</pkgmetadata>
|
||||||
21
dev-python/rawji/rawji-0.1.0_p20260708.ebuild
Normal file
21
dev-python/rawji/rawji-0.1.0_p20260708.ebuild
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
# Copyright 2026 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
DISTUTILS_USE_PEP517=setuptools
|
||||||
|
PYTHON_COMPAT=( python3_{12..15} )
|
||||||
|
|
||||||
|
inherit distutils-r1
|
||||||
|
|
||||||
|
EGIT_COMMIT="5549fdb93028549c2bab8abe963f1a91c50b5368"
|
||||||
|
DESCRIPTION="Fujifilm RAF conversion using the camera's own engine over USB"
|
||||||
|
HOMEPAGE="https://github.com/pinpox/rawji"
|
||||||
|
SRC_URI="https://github.com/pinpox/rawji/archive/${EGIT_COMMIT}.tar.gz -> ${P}.gh.tar.gz"
|
||||||
|
S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
|
||||||
|
|
||||||
|
LICENSE="GPL-3+"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64"
|
||||||
|
|
||||||
|
RDEPEND="dev-python/pyusb[${PYTHON_USEDEP}]"
|
||||||
Reference in New Issue
Block a user