summaryrefslogtreecommitdiff
path: root/dev-python/tld
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-03-16 18:25:06 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-03-16 18:25:06 +0000
commit7972abc05090180dcc09d2b16af4020ce1cd1841 (patch)
tree3e6e1c7ca86ab7d4e8dc45009f67403fc489ade9 /dev-python/tld
parente4ad5901ca8464ae513bd315a1c0349c2bd0986c (diff)
gentoo auto-resync : 16:03:2023 - 18:25:06
Diffstat (limited to 'dev-python/tld')
-rw-r--r--dev-python/tld/Manifest4
-rw-r--r--dev-python/tld/tld-0.12.6.ebuild27
-rw-r--r--dev-python/tld/tld-0.12.7.ebuild36
3 files changed, 0 insertions, 67 deletions
diff --git a/dev-python/tld/Manifest b/dev-python/tld/Manifest
index 8a5e93a426c4..e2adc9106e66 100644
--- a/dev-python/tld/Manifest
+++ b/dev-python/tld/Manifest
@@ -1,7 +1,3 @@
-DIST tld-0.12.6.tar.gz 358405 BLAKE2B cf7bd68f26507cd4ac1c681705d8c495131a8b3aa64115e0259f7ef33f61c5db4911cc8cb1493e901237d401bd4eff4bda9cd687d19d9e1e275c3d87980069ae SHA512 ff10041178976af97c920a519ce3bb5a0a46f4299c24419db9a0502e89296e2bd66885dac5927e940c3abc22d6b390336916622cab771a57ba1c8f0960de2583
-DIST tld-0.12.7.gh.tar.gz 444946 BLAKE2B ccd39014b3facdbb836aa33b0daddc819be2ad246985f8bbcd0f13ef01d026c7c9aaeb1cb41312602cf7babe6ec8273c9456a5afb83850f77cd90ad3f9a9b7f9 SHA512 11b573cea770f7aa1ae58f2e6787e62dddd515b2a91b5d4f89e160615b4e3d0d9219f43e3c94251efd3d5b46779390ed66a312ca1751b224284a0765da972b28
DIST tld-0.13.gh.tar.gz 443877 BLAKE2B 9f84307ce704500096dd2abff75ead534dbd17b59ea0d3dae84394b791aeee873638e6e224ddd3b5c598293a46ead964ae36022b0c3c7411de7c64096d0c69cc SHA512 87157ca2fc8977a96f6289269015bc5a90f3f033fb8ea96552eb8d00d05a346d8f3c61123a311803aa301c735a510a2c0986364f3b2ae4366e2c34aea15b538d
-EBUILD tld-0.12.6.ebuild 671 BLAKE2B 4801855a75f4f63a59b2edd5b70729dd8c9ff3b5676d3c9750aa4960d659fd19fab7b860fbc7a75a66e9edbe94e42c311d52a63bfdf55f219d108c0240e1dc60 SHA512 803408fc5f53abc2e7ecb4149efaa8b102a31e031ad24c5383a746957d319d9772e4784dafb8bf4365ef2065b8c6b057c2b5e7da908bd7761826bf06e4d64658
-EBUILD tld-0.12.7.ebuild 675 BLAKE2B 3e8a24061926e822af1f3f214d4e6f70a4afad5f112ed4cbea5393a61a731fead6df0d859d6628549ea9349d2aab62fec33b0af71a26d92546ba6a08f023cbc8 SHA512 90d975e2e9a1b32c1d8401d0c19839f08898cc5e9227c7da851ac1a9ec16dd316a14a1d7ae753aa348ee2616ddf7f8f7760a70a36fc6af2e62b69208e2a932d8
EBUILD tld-0.13.ebuild 675 BLAKE2B 3e8a24061926e822af1f3f214d4e6f70a4afad5f112ed4cbea5393a61a731fead6df0d859d6628549ea9349d2aab62fec33b0af71a26d92546ba6a08f023cbc8 SHA512 90d975e2e9a1b32c1d8401d0c19839f08898cc5e9227c7da851ac1a9ec16dd316a14a1d7ae753aa348ee2616ddf7f8f7760a70a36fc6af2e62b69208e2a932d8
MISC metadata.xml 479 BLAKE2B 980df3b99d6ace9a30fa47b81979a0ca82cce1dff5f7fac8bbf8f2657bd01927e713c1de97ae6554aba5f48a8800db262910c4f3497d4c2ae51b2dc098463828 SHA512 04c7d683636d486839f2b5876ab83aa37a30a7c57edbef6b0a82952ff53f21ca38c25f132f2b57659573622ca710b3176478ca3cd9336f41e9fa85648301d3ed
diff --git a/dev-python/tld/tld-0.12.6.ebuild b/dev-python/tld/tld-0.12.6.ebuild
deleted file mode 100644
index c580627f61d9..000000000000
--- a/dev-python/tld/tld-0.12.6.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2023 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="Extract the top level domain (TLD) from the URL given"
-HOMEPAGE="https://github.com/barseghyanartur/tld"
-SRC_URI="https://github.com/barseghyanartur/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="test !test? ( test )"
-
-BDEPEND="test? ( dev-python/Faker[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests pytest
-
-src_prepare() {
- distutils-r1_src_prepare
- sed -i -e '/--cov/d' pytest.ini || die
-}
diff --git a/dev-python/tld/tld-0.12.7.ebuild b/dev-python/tld/tld-0.12.7.ebuild
deleted file mode 100644
index cdcf22f36571..000000000000
--- a/dev-python/tld/tld-0.12.7.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2023 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="Extract the top level domain (TLD) from the URL given"
-HOMEPAGE="
- https://github.com/barseghyanartur/tld/
- https://pypi.org/project/tld/
-"
-SRC_URI="
- https://github.com/barseghyanartur/tld/archive/${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND="
- test? (
- dev-python/Faker[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
- distutils-r1_src_prepare
- sed -i -e '/--cov/d' pytest.ini || die
-}