remove dupe of PyQRCode / pyqrcode

This commit is contained in:
Andreas Billmeier 2020-08-15 13:36:27 +02:00 committed by Andreas Billmeier
parent 964f9b296b
commit bd54952aae
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 1 additions and 48 deletions

View File

@ -42,6 +42,7 @@
* bump pycognito-0.1.4
* change to dev-python/pyqrcode
* update homeassistant-0.114.1
* remove dupe of PyQRCode / pyqrcode
2020-08-11
* bump blinkpy-0.16.3

View File

@ -1,3 +0,0 @@
DIST PyQRCode-1.2.1.tar.gz 36989 BLAKE2B 88d5274a503abd78d0b8cab462d12be0af925a5eee2a6ad2b47a276559710eac40643a8aec99f26a9579f94e9084182894163e7e71f0abd486c5c2913e510080 SHA512 784262cb15c10f3581b0caeac6bba046686b35b8c0709ee78684b805b6cba49f4250a004dc5f7d393cc25929cbf815c6c3a94e284a77d20ff7224a8dde3a036a
EBUILD PyQRCode-1.2.1.ebuild 713 BLAKE2B eaa3b9603f60865047adda5f0c4f2e26f501214cbe4f1f32c7ae35bc5e3614da8d637467c9a5f49a33bc558718742e938765dfd89c578fb8fcc80aace3ebdbf6 SHA512 d731589cf6f096a0f2a59c5b500f00cdec72ab4bb2cdbceac39aaad7412926448748ed9c3201af36730df39ec39c8569c0c6e17f36d76b9ab54944d7b5b50772
MISC metadata.xml 455 BLAKE2B f0c4c3c8ad6e767073e469bb64e53e77c899291e345e678ee05150b0ea0f4a722a0700589a10b1f4b2ac6db5b96ab78d60fb30d66bd088524bb241f1c41f0838 SHA512 50a58fe0e3bd0fa248fd81c25203c74ced792c743ccf394b0e24fbce82d0f1734aaa551dbe9e12583ecc9863aba08d8b043246b62a837f684240b8cd922aa071

View File

@ -1,30 +0,0 @@
# 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="A QR code generator purely in Python with SVG, EPS, PNG and terminal output."
HOMEPAGE="https://github.com/mnooner256/pyqrcode https://pypi.org/project/PyQRCode/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 arm64 x86 amd64-linux x86-linux"
IUSE="test"
RDEPEND=""
DEPEND="${REDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}

View File

@ -1,15 +0,0 @@
<?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">PyQRCode</remote-id>
<maintainer status="unknown">
<email>mnooner256@gmail.com</email>
<name>Michael Nooner</name>
</maintainer>
</upstream>
</pkgmetadata>