downgrade pyzbar-0.1.7 from main repo

This commit is contained in:
Andreas Billmeier 2020-09-14 22:02:07 +02:00 committed by Andreas Billmeier
parent 6a4ec44417
commit 345d061030
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 48 additions and 0 deletions

View File

@ -39,6 +39,7 @@ To remove the (conflicting) wrong one, do a:
- added arris-tg2492lg-1.0.0
- add batinfo-0.4.2
- add pulsectl-20.2.4
- downgrade pyzbar-0.1.7 from main repo
2020-09-13
* bump youtube_dl-2020.9.6

View File

@ -0,0 +1,3 @@
DIST pyzbar-0.1.7.tar.gz 41551 BLAKE2B 497e920935ec6a50557123e2d78709c935284bfcff32705f8aebad3e13ead4ced7d6822adc8f377a94eb21603f81ddc4f563df9bc92b399e6244a9dee12f2163 SHA512 74b56658db7a8dc2d7a716992c001ec52a2befc9e31c41ecf7e5e1f277d4188963ef79a2433fc4befdd15d2f6e3f47c4f064582b530eef028c55e07e2c88dbbe
EBUILD pyzbar-0.1.7.ebuild 599 BLAKE2B 932e8731d51ea56245dadc1fa9882a90f4b0636b878928cb2dbb97bb9924096ec8e2290da661b830ed12875e1694147d5b088ddcef3c039b95725b9972a7726a SHA512 dd45d80cd772a163109f0c6a24d74c3315ee713181e37031a2535299077fc2c1b00cc4bf26b4b771d7c4c051b1f7a8cd387a49b597ec26484477a5e8fe1df398
MISC metadata.xml 460 BLAKE2B 22b6f2443cf77aa166c891bed9fce651452e12ae69309fee4af31c121552bf0837b5eea79fe592a3c3b657b1986187ef7098c8be2217bf54515efe824b9b6eaf SHA512 6a51d0c2c218ff13c204c9aeb5c3e2fdf47c7cf942efafbedb55d83b503cf850cf2ab437f409dc9fd751f627b96564db3fdf6a48e4314b4552a22b6a2c90399c

View File

@ -0,0 +1,15 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">pyzbar</remote-id>
<maintainer status="unknown">
<email>quicklizard@googlemail.com</email>
<name>Lawrence Hudson</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -0,0 +1,29 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
DESCRIPTION="Read one-dimensional barcodes and QR codes from Python"
HOMEPAGE="https://github.com/NaturalHistoryMuseum/pyzbar/"
SRC_URI="https://github.com/NaturalHistoryMuseum/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
dev-python/pillow[${PYTHON_USEDEP}]
media-gfx/zbar
"
BDEPEND="
test? (
dev-python/numpy[${PYTHON_USEDEP}]
)
"
distutils_enable_tests unittest