summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2021-05-23 14:35:25 +0200
committerDavid Seifert <soap@gentoo.org>2021-05-23 14:35:25 +0200
commit6edea28db759d51ef7ee0146d0a007a2fd3c875f (patch)
tree8852f6149ddd160b6bfa0c239154e0f3e4541096 /dev-python
parentnet-nntp/pan: Remove last-rited pkg (diff)
downloadgentoo-6edea28db759d51ef7ee0146d0a007a2fd3c875f.tar.gz
gentoo-6edea28db759d51ef7ee0146d0a007a2fd3c875f.tar.bz2
gentoo-6edea28db759d51ef7ee0146d0a007a2fd3c875f.zip
dev-python/idna-ssl: Remove last-rited pkg
Closes: https://bugs.gentoo.org/784983 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/idna-ssl/Manifest1
-rw-r--r--dev-python/idna-ssl/idna-ssl-1.1.0-r1.ebuild33
-rw-r--r--dev-python/idna-ssl/metadata.xml12
3 files changed, 0 insertions, 46 deletions
diff --git a/dev-python/idna-ssl/Manifest b/dev-python/idna-ssl/Manifest
deleted file mode 100644
index 0746793e2b9c..000000000000
--- a/dev-python/idna-ssl/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST idna-ssl-1.1.0.gh.tar.gz 5267 BLAKE2B 07912379da74e4711f291a54bd0878e08d8820005b055f9b978a684b8263a801a7fb9ccbbf395aa226e009b3ebfe4a7cca11861502a9b859446279b111911209 SHA512 01e58e9f32f7e02ef203edbd76e199916ea0b16d01a929ca2fb272d83988483c17e9c36e131f47bfba7f7b657bef9e2be222f81800716a5b87d5847c27cce34d
diff --git a/dev-python/idna-ssl/idna-ssl-1.1.0-r1.ebuild b/dev-python/idna-ssl/idna-ssl-1.1.0-r1.ebuild
deleted file mode 100644
index 28590c6525a4..000000000000
--- a/dev-python/idna-ssl/idna-ssl-1.1.0-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# this is backport, please do not add 3.8+
-PYTHON_COMPAT=( python3_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Patch ssl.match_hostname for Unicode(idna) domains support"
-HOMEPAGE="https://github.com/aio-libs/idna-ssl https://pypi.org/project/idna_ssl/"
-SRC_URI="
- https://github.com/aio-libs/idna-ssl/archive/v${PV}.tar.gz
- -> ${P}.gh.tar.gz"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86"
-IUSE=""
-
-RDEPEND="dev-python/idna[${PYTHON_USEDEP}]"
-BDEPEND="
- test? ( dev-python/aiohttp[${PYTHON_USEDEP}] )"
-
-src_prepare() {
- sed -e 's:--no-cov-on-fail --cov=idna_ssl --cov-report=term --cov-report=html::' \
- -i setup.cfg || die
- sed -e 's:test_aiohttp:_&:' -i tests/test_base.py || die
- distutils-r1_src_prepare
-}
-
-distutils_enable_tests pytest
diff --git a/dev-python/idna-ssl/metadata.xml b/dev-python/idna-ssl/metadata.xml
deleted file mode 100644
index e0f41b17f555..000000000000
--- a/dev-python/idna-ssl/metadata.xml
+++ /dev/null
@@ -1,12 +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>
- <name>Python</name>
- </maintainer>
- <upstream>
- <remote-id type="pypi">idna_ssl</remote-id>
- <remote-id type="github">aio-libs/idna-ssl</remote-id>
- </upstream>
-</pkgmetadata>