diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-06-13 10:24:31 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-06-13 10:24:31 +0200 |
commit | 5f142cb25ae25e5660a102dca45ed5f60c34e143 (patch) | |
tree | 7800a6ac8d4f9034abd2457aeebcc24c99ef2d7b /dev-python/PySocks | |
parent | dev-python/pyasn1-modules: Remove old (diff) | |
download | gentoo-5f142cb25ae25e5660a102dca45ed5f60c34e143.tar.gz gentoo-5f142cb25ae25e5660a102dca45ed5f60c34e143.tar.bz2 gentoo-5f142cb25ae25e5660a102dca45ed5f60c34e143.zip |
dev-python/PySocks: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/PySocks')
-rw-r--r-- | dev-python/PySocks/PySocks-1.7.1-r1.ebuild | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-python/PySocks/PySocks-1.7.1-r1.ebuild b/dev-python/PySocks/PySocks-1.7.1-r1.ebuild deleted file mode 100644 index 5c7528eeac5a..000000000000 --- a/dev-python/PySocks/PySocks-1.7.1-r1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -# please keep this ebuild at EAPI 7 -- sys-apps/portage dep -EAPI=7 - -PYTHON_COMPAT=( python3_{8..10} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="SOCKS client module" -HOMEPAGE="https://github.com/Anorov/PySocks https://pypi.org/project/PySocks/" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" - -# tests are broken beyond repair and the package is no longer maintained -RESTRICT="test" |