File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ DIST pyzbar-0.1.9-c3c2378.tar.gz 46206 BLAKE2B 67739e12a4c96168ec1abfbb18cf3d2a21a9062c36a880ee2314dd8560ef429cb06029ab5b044d610de3b06f7fbad820db064033d22fcfcf2b46f17e746a4544 SHA512 2b0eb600af6ad9208276a9347e84960e5047bde689f0e6534f48d3acba89aac5f96e58bd748a2cae6eb7cfe95a3719616521b6b6cf7ba13635bc5e28c2f57a7f
Original file line number Diff line number Diff line change 1+ # Distributed under the terms of the GNU General Public License v2
2+ # Autogen by MARK Devkit
3+
4+ EAPI=7
5+ PYTHON_COMPAT=( python3+ )
6+ inherit distutils-r1
7+
8+ DESCRIPTION=" Read one-dimensional barcodes and QR codes from Python 2 and 3 (seedsigner fork)"
9+ HOMEPAGE=" https://github.com/SeedSigner/pyzbar"
10+ SRC_URI=" https://api.github.com/repos/SeedSigner/pyzbar/tarball/v0.1.9-ss -> pyzbar-0.1.9-c3c2378.tar.gz"
11+ LICENSE=" MIT"
12+ SLOT=" 0"
13+ KEYWORDS=" *"
14+
15+ post_src_unpack () {
16+ mv SeedSigner-pyzbar-* ${S}
17+ }
18+
19+
20+
21+ # vim: filetype=ebuild
You can’t perform that action at this time.
0 commit comments