Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions dev-python/pyzbar/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST pyzbar-0.1.9-c3c2378.tar.gz 46206 BLAKE2B 67739e12a4c96168ec1abfbb18cf3d2a21a9062c36a880ee2314dd8560ef429cb06029ab5b044d610de3b06f7fbad820db064033d22fcfcf2b46f17e746a4544 SHA512 2b0eb600af6ad9208276a9347e84960e5047bde689f0e6534f48d3acba89aac5f96e58bd748a2cae6eb7cfe95a3719616521b6b6cf7ba13635bc5e28c2f57a7f
21 changes: 21 additions & 0 deletions dev-python/pyzbar/pyzbar-0.1.9.ebuild
Original file line number Diff line number Diff line change
@@ -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