From ea5bad4d0ba1eb937df22adb7f6cc57ea77f03d8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 31 Dec 2022 14:19:51 +0000 Subject: gentoo auto-resync : 31:12:2022 - 14:19:51 --- dev-python/python-debian/Manifest | 4 +- .../python-debian/python-debian-0.1.48.ebuild | 48 ---------------------- .../python-debian/python-debian-0.1.49.ebuild | 2 +- 3 files changed, 2 insertions(+), 52 deletions(-) delete mode 100644 dev-python/python-debian/python-debian-0.1.48.ebuild (limited to 'dev-python/python-debian') diff --git a/dev-python/python-debian/Manifest b/dev-python/python-debian/Manifest index b72cd7297cb7..f94246dbcc21 100644 --- a/dev-python/python-debian/Manifest +++ b/dev-python/python-debian/Manifest @@ -1,5 +1,3 @@ -DIST python-debian_0.1.48.tar.xz 189096 BLAKE2B 3b273f1e90069e00a93aeb9c2333d20d479b057613c93325344f42a73230bd569160a487a25d1c7f90f7f00f42feeab55c9850cf44121e1ca423cd1f40a991a4 SHA512 85bd12ce8ade9b43d502bd60ac1ac826d9a81b5bf32262ff9377b4ba5a1c95306683098d10a64fd6a1331ed7eb44a7fb09ad90f0ee6c885d69ea16f85c4eda59 DIST python-debian_0.1.49.tar.xz 191388 BLAKE2B 590e6f7877684caaa5a74f06d335bcf7808960968209cf18bb2cec7e81f33a3b0ff458bbe30264ae5fc015de9357dddb1522b5fd93bf33d0a7fabef1b7dd98f9 SHA512 201ceecdd8c1d3dc0cca0f661407bcfb825a1cba07c528858cc1123ab16afe0df50e338c8cd82ea24230812a9cc136220bd4f0dccbac19ad53efe48eaa25cf6f -EBUILD python-debian-0.1.48.ebuild 963 BLAKE2B 71e8142ac149f35932ed279d9710442fff2b8a142274ca2b7b223af745e091a3cb9bbac14ce90694990b4ab036ef8156b5a422d57bce5a0aa30914ae0ed24c8c SHA512 3d2a3f4c197a54f1bef45d9efc312dc8203d409707a275551f8b69a4d9af03f891c8f9b1f422df49e18bb29e6a9a149f9c9d2aeabce88b2665c265d4ab6cb31b -EBUILD python-debian-0.1.49.ebuild 987 BLAKE2B 1d42fa051896336a1e010b363341313ff50107e6dbe3fb189b4886f8d3732184d0f8d29ce205ade6749c17fa362ba62bb1dd4871544af12d9d5e280e99397862 SHA512 10dd269bac1fb27b03cf9b7a8f98ca4037713b53973cf9725193bf00903ab67af24fac59c87024daf68991bc537f939657d25acfe212aa24beda6671b5b88710 +EBUILD python-debian-0.1.49.ebuild 984 BLAKE2B c1d47c1b32a3444ba625f016fbb0bae81860d57da0084c8a1468c3e6583fd1179b52a8c8463f46218ab45d558bb829296a6ee805ba1e87ebdf808763d2184bf8 SHA512 410d7c97e36c2161e0c3bbc016069f163c7375fc45026f80a1c66c43bebaac985204cf6849a702433ebbee61fbc2ae631ed065ef80031b0ae07bd7298a4e30ec MISC metadata.xml 448 BLAKE2B bccb39bdfb24e81bc05028fc92033468f5256be096cb409b4413f69444d59d3d9a3469047337a7fec79ac707ddf4d269b44b20c725f7fc4935bd10335e1f9374 SHA512 8e3fb6ca4bf305e23a51ff56cf84648aad1e96d36aa7a4fb138f7136ea77a6a76a8985557ecb1c9da962479c8c9e36c253655d6e6602c1833f2a2230b44540aa diff --git a/dev-python/python-debian/python-debian-0.1.48.ebuild b/dev-python/python-debian/python-debian-0.1.48.ebuild deleted file mode 100644 index 15b1e315ea43..000000000000 --- a/dev-python/python-debian/python-debian-0.1.48.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 2011-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) - -inherit distutils-r1 - -DESCRIPTION="Python modules to work with Debian-related data formats" -HOMEPAGE=" - https://salsa.debian.org/python-debian-team/python-debian/ - https://pypi.org/project/python-debian/ -" -SRC_URI="mirror://debian/pool/main/${PN::1}/${PN}/${PN}_${PV}.tar.xz" - -LICENSE="GPL-2 GPL-3" -SLOT="0" -KEYWORDS="amd64 arm x86" - -RDEPEND=" - dev-python/chardet[${PYTHON_USEDEP}] -" - -BDEPEND=" - test? ( - app-arch/dpkg - ) -" - -distutils_enable_tests unittest - -python_prepare_all() { - # See debian/rules. - sed -e "s/__CHANGELOG_VERSION__/${PV}/" lib/debian/_version.py.in \ - > lib/debian/_version.py || die - distutils-r1_python_prepare_all -} - -python_compile_all() { - # See debian/rules. - "${EPYTHON}" lib/debian/doc-debtags > README.debtags || die -} - -python_test() { - eunittest lib -} diff --git a/dev-python/python-debian/python-debian-0.1.49.ebuild b/dev-python/python-debian/python-debian-0.1.49.ebuild index 5daf3ded63cd..fd88bfd9199c 100644 --- a/dev-python/python-debian/python-debian-0.1.49.ebuild +++ b/dev-python/python-debian/python-debian-0.1.49.ebuild @@ -17,7 +17,7 @@ SRC_URI="mirror://debian/pool/main/${PN::1}/${PN}/${PN}_${PV}.tar.xz" LICENSE="GPL-2 GPL-3" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="amd64 arm ~arm64 x86" RDEPEND=" dev-python/chardet[${PYTHON_USEDEP}] -- cgit v1.2.3