diff --git a/dev-python/pyzbar/Manifest b/dev-python/pyzbar/Manifest new file mode 100644 index 000000000..672e8cbb4 --- /dev/null +++ b/dev-python/pyzbar/Manifest @@ -0,0 +1 @@ +DIST pyzbar-0.1.9-c3c2378.tar.gz 46206 BLAKE2B 67739e12a4c96168ec1abfbb18cf3d2a21a9062c36a880ee2314dd8560ef429cb06029ab5b044d610de3b06f7fbad820db064033d22fcfcf2b46f17e746a4544 SHA512 2b0eb600af6ad9208276a9347e84960e5047bde689f0e6534f48d3acba89aac5f96e58bd748a2cae6eb7cfe95a3719616521b6b6cf7ba13635bc5e28c2f57a7f diff --git a/dev-python/pyzbar/pyzbar-0.1.9.ebuild b/dev-python/pyzbar/pyzbar-0.1.9.ebuild new file mode 100644 index 000000000..47c7723dc --- /dev/null +++ b/dev-python/pyzbar/pyzbar-0.1.9.ebuild @@ -0,0 +1,21 @@ +# Distributed under the terms of the GNU General Public License v2 +# Autogen by MARK Devkit + +EAPI=7 +PYTHON_COMPAT=( python3+ ) +inherit distutils-r1 + +DESCRIPTION="Read one-dimensional barcodes and QR codes from Python 2 and 3 (seedsigner fork)" +HOMEPAGE="https://github.com/SeedSigner/pyzbar" +SRC_URI="https://api.github.com/repos/SeedSigner/pyzbar/tarball/v0.1.9-ss -> pyzbar-0.1.9-c3c2378.tar.gz" +LICENSE="MIT" +SLOT="0" +KEYWORDS="*" + +post_src_unpack() { + mv SeedSigner-pyzbar-* ${S} +} + + + +# vim: filetype=ebuild