diff options
Diffstat (limited to 'dev-python/segno')
-rw-r--r-- | dev-python/segno/Manifest | 4 | ||||
-rw-r--r-- | dev-python/segno/segno-1.6.1.ebuild | 38 | ||||
-rw-r--r-- | dev-python/segno/segno-1.6.5.ebuild | 41 |
3 files changed, 0 insertions, 83 deletions
diff --git a/dev-python/segno/Manifest b/dev-python/segno/Manifest index a5740014c470..31c55b569c03 100644 --- a/dev-python/segno/Manifest +++ b/dev-python/segno/Manifest @@ -1,7 +1,3 @@ -DIST segno-1.6.1.gh.tar.gz 1631683 BLAKE2B 3e656660c97e190d9a9576347728d9934166b84c09974309ba422ddfcd5edc2b2d99fac53f4c87d94ff21b39a88a73753583a7f98edee1acbc323e734eddbf6a SHA512 266f64cee466105851bb567254e87d45f557d00ded0bb089edeafb68a71dbf686a72217ef471a3f82e68566103599180c7391d1effad65c73a1ea3355f59d72b -DIST segno-1.6.5.tar.gz 1628535 BLAKE2B 4106cc1032969520c18e3e9df355b6af9b4509288f172866f285b137422ceddc8ddc0f630990e6a670259c76fbae4bdcf31e32459ec28df96ce947ea2693f3bc SHA512 14d1a78d9f7a8ad2b33258b7d427849dd1f1d8f57731be489a6dd06294c64a1c60dfad49d81203d5a189f028c9ca14c5f0175be82be5bd97939747184d7c28d2 DIST segno-1.6.6.tar.gz 1628586 BLAKE2B 41f3739485bd4177d8d47269b246ac12ff765acec78f088c0329a1b0fa58f86c2fcc4273113ef3743c28df21013abe5abd3449ed7e1802464de7357b9c0af1b4 SHA512 2d4a847c97694e04115a2f18a74c36986e3b024e8e16a8295f0c4b3047e8d984c64d867207a0ec755731808f5c07ceb2865cdc14fa31e87618d3f566dc44b69d -EBUILD segno-1.6.1.ebuild 739 BLAKE2B 027e8796c099a5a3b5a5ccb25636549ff3a20293cca8e87d4117627a47522bf944162611a412f39ca9483377236f3d075d5b2be2fd50c28d5925ba499da40f8b SHA512 9d99faf223baa7f6d296ef44fdd362419d5da3e8413b58961139963c22096dd77a81a7bd8095dd50accd7dbac6ec1a18a961cf4c16bcfc1a2654117a9ba88447 -EBUILD segno-1.6.5.ebuild 782 BLAKE2B 8710dfbb6c21c560fef8352e1378f2613e2d3b3e490e106ad74027dc732d9840a29daff3d7f8192c7023d588cc42cbb27bc251060d33ec1ae441673c60838ef4 SHA512 8ac7e47d325106a12aa33ba0a6337d6326fbe6092ab12394f040014c604a5f16cfe635a9fd05629967aaf8e04b7582d6d18464c1185b55d8a2f9d4ef40901753 EBUILD segno-1.6.6.ebuild 659 BLAKE2B fc808de514d9db9506eb3723693b644a355efcc173c7537720a61baec657354d4fc1a8974d56198da538271d062a36227e030836d82b8592531fc2e87e80d9a2 SHA512 47a593bf7f1e9337bc7fa7a9c13d9914718d2b849f368bb38a2084391536a2ff120b2420b9b6fd9e9269aacfab5d570f2d933c7e8fc24f2fc179caed53f667e4 MISC metadata.xml 362 BLAKE2B 0a6cc91d244bb5f75f45fa18ec964682235cad33c7dd71546dc4a16d4d127b1256972f972c7e59c2a49156386ee7c5af37b43553cc84e6c51a96246f3df04656 SHA512 3b258cb23e1dd609dc485e7d8b06b2c74c42862502aa6cb89f8a6b68d38b42e5358c8b2870b010aa4fef06dc2fc0c1396c2938603361c7d44ae213738632f21c diff --git a/dev-python/segno/segno-1.6.1.ebuild b/dev-python/segno/segno-1.6.1.ebuild deleted file mode 100644 index ff0c26644225..000000000000 --- a/dev-python/segno/segno-1.6.1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 2023-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} ) - -inherit distutils-r1 - -DESCRIPTION="Python QR Code and Micro QR Code encoder" -HOMEPAGE=" - https://pypi.org/project/segno/ - https://github.com/heuer/segno/ -" -SRC_URI=" - https://github.com/heuer/segno/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" - -BDEPEND=" - test? ( - dev-python/pillow[${PYTHON_USEDEP}] - dev-python/pypng[${PYTHON_USEDEP}] - dev-python/pyzbar[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest - -EPYTEST_DESELECT=( - # requires qrcode-artistic - tests/test_plugin.py::test_plugin -) diff --git a/dev-python/segno/segno-1.6.5.ebuild b/dev-python/segno/segno-1.6.5.ebuild deleted file mode 100644 index 76971bad74e0..000000000000 --- a/dev-python/segno/segno-1.6.5.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 2023-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Python QR Code and Micro QR Code encoder" -HOMEPAGE=" - https://pypi.org/project/segno/ - https://github.com/heuer/segno/ -" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" - -BDEPEND=" - test? ( - dev-python/pillow[${PYTHON_USEDEP}] - dev-python/pypng[${PYTHON_USEDEP}] - dev-python/pyzbar[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest - -EPYTEST_DESELECT=( - # requires qrcode-artistic - tests/test_plugin.py::test_plugin -) - -src_prepare() { - distutils-r1_src_prepare - - # https://github.com/heuer/segno/pull/147 - mv data/{usr/share,share} || die -} |