diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-06-22 00:46:59 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-06-22 00:46:59 +0000 |
| commit | cfcb994b646269c1d29a43feb26df61670248ca0 (patch) | |
| tree | 2b7024820b96b303b63d163a8574ed026833c5b7 /dev-python/qrcode | |
| parent | ae97cfcf2b034344cef97c52cdf57eb884e4873c (diff) | |
| download | baldeagleos-repo-cfcb994b646269c1d29a43feb26df61670248ca0.tar.gz baldeagleos-repo-cfcb994b646269c1d29a43feb26df61670248ca0.tar.xz baldeagleos-repo-cfcb994b646269c1d29a43feb26df61670248ca0.zip | |
Adding metadata
Diffstat (limited to 'dev-python/qrcode')
| -rw-r--r-- | dev-python/qrcode/qrcode-7.3.1-r1.ebuild | 2 | ||||
| -rw-r--r-- | dev-python/qrcode/qrcode-7.3.1.ebuild | 28 |
2 files changed, 1 insertions, 29 deletions
diff --git a/dev-python/qrcode/qrcode-7.3.1-r1.ebuild b/dev-python/qrcode/qrcode-7.3.1-r1.ebuild index 0fe8c743e841..2fceae2d700b 100644 --- a/dev-python/qrcode/qrcode-7.3.1-r1.ebuild +++ b/dev-python/qrcode/qrcode-7.3.1-r1.ebuild @@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" +KEYWORDS="amd64 ~arm arm64 ~riscv x86" # optional deps: # - pillow and lxml for svg backend, set as hard deps diff --git a/dev-python/qrcode/qrcode-7.3.1.ebuild b/dev-python/qrcode/qrcode-7.3.1.ebuild deleted file mode 100644 index 18f27b9c38cd..000000000000 --- a/dev-python/qrcode/qrcode-7.3.1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{7,8,9,10} ) -inherit distutils-r1 - -DESCRIPTION="QR Code generator on top of PIL" -HOMEPAGE="https://pypi.org/project/qrcode/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~riscv x86" - -# optional deps: -# - pillow and lxml for svg backend, set as hard deps -RDEPEND=" - dev-python/lxml[${PYTHON_USEDEP}] - dev-python/pillow[${PYTHON_USEDEP}]" - -distutils_enable_tests unittest - -src_install() { - distutils-r1_src_install - doman doc/qr.1 -} |
