summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-06-05 20:47:49 +0200
committerMichał Górny <mgorny@gentoo.org>2021-06-05 20:47:49 +0200
commit9a17e2535656e60564dc1a2b3bfe211bdca7a064 (patch)
tree6e97201abaa833f2774aa503ab0b6bdf340c634d /dev-python/fqdn
parentdev-python/fqdn: Enable py3.10 (diff)
downloadgentoo-9a17e2535656e60564dc1a2b3bfe211bdca7a064.tar.gz
gentoo-9a17e2535656e60564dc1a2b3bfe211bdca7a064.tar.bz2
gentoo-9a17e2535656e60564dc1a2b3bfe211bdca7a064.zip
dev-python/fqdn: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/fqdn')
-rw-r--r--dev-python/fqdn/Manifest1
-rw-r--r--dev-python/fqdn/fqdn-1.5.0-r1.ebuild24
2 files changed, 0 insertions, 25 deletions
diff --git a/dev-python/fqdn/Manifest b/dev-python/fqdn/Manifest
index f388ea02acac..84e2296515b2 100644
--- a/dev-python/fqdn/Manifest
+++ b/dev-python/fqdn/Manifest
@@ -1,2 +1 @@
-DIST fqdn-1.5.0.tar.gz 14630 BLAKE2B 021b4e53c42830a5523964961cde9857bea9eb700cd2030331b05006ec4a8b7e05a9f2330748b0d84531526e17d81ade73fb04e65db381417f2d7f618138f09a SHA512 3940955df50bcd0bbd5cae82f148e9a8ef64b6db84dc867fbfbfbdd661fcc42208a7506f931209347f9115722c00e330fc03c5bdd459cb4a98d0df59af48c492
DIST fqdn-1.5.1.tar.gz 18334 BLAKE2B 24dfd88a8176e67209350fe20e446cfee848c392795cde09725526a52af0a9adc6908a4eb6d5dd3ad6f8a11546acb6b82a7b2ad591997010dfdd0a1d235f57ae SHA512 d9d7d1bb8798c63973534bf45fb9bc0ab57b1600c6597212129debb97a908140401f5477f33b83ea273e3f9a2a852072110245a09596ab9a58a10be8043c57fc
diff --git a/dev-python/fqdn/fqdn-1.5.0-r1.ebuild b/dev-python/fqdn/fqdn-1.5.0-r1.ebuild
deleted file mode 100644
index deeea469ea8b..000000000000
--- a/dev-python/fqdn/fqdn-1.5.0-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 2018-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="RFC-compliant FQDN validation and manipulation for Python"
-HOMEPAGE="https://github.com/guyhughes/fqdn"
-SRC_URI="https://github.com/guyhughes/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MPL-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-
-RDEPEND="
- $(python_gen_cond_dep '
- dev-python/cached-property[${PYTHON_USEDEP}]
- ' python3_7 pypy3)"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs