Skip to content

Commit 4e8a78f

Browse files
authored
Merge pull request #1106 from macaroni-os/merge/mark-iii/bump-dev-python_pyzbar-0_1_9
mark-devkit: [mark-iii] Bump dev-python/pyzbar-0.1.9
2 parents f7d1413 + f6f605c commit 4e8a78f

2 files changed

Lines changed: 22 additions & 0 deletions

File tree

dev-python/pyzbar/Manifest

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
DIST pyzbar-0.1.9-c3c2378.tar.gz 46206 BLAKE2B 67739e12a4c96168ec1abfbb18cf3d2a21a9062c36a880ee2314dd8560ef429cb06029ab5b044d610de3b06f7fbad820db064033d22fcfcf2b46f17e746a4544 SHA512 2b0eb600af6ad9208276a9347e84960e5047bde689f0e6534f48d3acba89aac5f96e58bd748a2cae6eb7cfe95a3719616521b6b6cf7ba13635bc5e28c2f57a7f
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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

0 commit comments

Comments
 (0)