summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2024-01-21 15:16:02 +0100
committerGilles Dartiguelongue <eva@gentoo.org>2024-01-21 15:16:02 +0100
commit4163c604370e9d63d44d61c7d045583f6dac0c8f (patch)
tree917f4d5a493965736cad64b2ac684d1c0ab3c9d2
parentdev-python/webarticle2text: treeclean (diff)
downloadeva-4163c604370e9d63d44d61c7d045583f6dac0c8f.tar.gz
eva-4163c604370e9d63d44d61c7d045583f6dac0c8f.tar.bz2
eva-4163c604370e9d63d44d61c7d045583f6dac0c8f.zip
dev-python/rfc6555: treeclean
Signed-off-by: Gilles Dartiguelongue <eva@gentoo.org>
-rw-r--r--dev-python/rfc6555/metadata.xml15
-rw-r--r--dev-python/rfc6555/rfc6555-1.0.0_pre20190913.ebuild22
2 files changed, 0 insertions, 37 deletions
diff --git a/dev-python/rfc6555/metadata.xml b/dev-python/rfc6555/metadata.xml
deleted file mode 100644
index 23e7bf8..0000000
--- a/dev-python/rfc6555/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- </maintainer>
- <maintainer type="person">
- <email>eva@gentoo.org</email>
- <name>Gilles Dartiguelongue</name>
- </maintainer>
- <upstream>
- <remote-id type="pypi">rfc6555</remote-id>
- <remote-id type="github">sethmlarson/rfc6555</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/rfc6555/rfc6555-1.0.0_pre20190913.ebuild b/dev-python/rfc6555/rfc6555-1.0.0_pre20190913.ebuild
deleted file mode 100644
index a09ae45..0000000
--- a/dev-python/rfc6555/rfc6555-1.0.0_pre20190913.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-DISTUTILS_USE_SETUPTOOLS=bdepend
-inherit distutils-r1 git-r3
-
-DESCRIPTION="Implementation of the Happy Eyeballs Algorithm described in RFC 6555."
-HOMEPAGE="https://github.com/sethmlarson/rfc6555"
-EGIT_REPO_URI="https://github.com/sethmlarson/${PN}.git"
-EGIT_COMMIT="1a181b432312731f6742a5eb558dae4761d32361"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-BDEPEND="${BDEPEND}
- test? ( dev-python/mock[${PYTHON_USEDEP}] )
-"
-
-distutils_enable_tests pytest