summaryrefslogtreecommitdiff
path: root/dev-python/pyasn1-modules-python2
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pyasn1-modules-python2')
-rw-r--r--dev-python/pyasn1-modules-python2/Manifest1
-rw-r--r--dev-python/pyasn1-modules-python2/metadata.xml13
-rw-r--r--dev-python/pyasn1-modules-python2/pyasn1-modules-python2-0.2.8-r1.ebuild36
3 files changed, 0 insertions, 50 deletions
diff --git a/dev-python/pyasn1-modules-python2/Manifest b/dev-python/pyasn1-modules-python2/Manifest
deleted file mode 100644
index c9a9bae71388..000000000000
--- a/dev-python/pyasn1-modules-python2/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pyasn1-modules-0.2.8.tar.gz 242864 BLAKE2B 22b6cc27d45d19d8e7f5b12c8aeff1fa379bd567fda6b1dc0fafd00c0f4367d32f21cd48cf3cba140f2f11ba7d258140e8014c8420300451ab1acff475d28da7 SHA512 fdfcaa065deffdd732deaa1fa30dec2fc4a90ffe15bd12de40636ce0212f447611096d2f4e652ed786b5c47544439e6a93721fabe121f3320f13965692a1ca5b
diff --git a/dev-python/pyasn1-modules-python2/metadata.xml b/dev-python/pyasn1-modules-python2/metadata.xml
deleted file mode 100644
index 0815be9a15b4..000000000000
--- a/dev-python/pyasn1-modules-python2/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <herd>maintainer-wanted</herd>
- </maintainer>
- <stabilize-allarches/>
- <upstream>
- <remote-id type="pypi">pyasn1-modules</remote-id>
- <remote-id type="sourceforge">pyasn1</remote-id>
- </upstream>
- <origin>calculatelinux-overlay</origin>
-</pkgmetadata>
diff --git a/dev-python/pyasn1-modules-python2/pyasn1-modules-python2-0.2.8-r1.ebuild b/dev-python/pyasn1-modules-python2/pyasn1-modules-python2-0.2.8-r1.ebuild
deleted file mode 100644
index ecb1e55cffc7..000000000000
--- a/dev-python/pyasn1-modules-python2/pyasn1-modules-python2-0.2.8-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 python3_{6,7,8,9,10} )
-
-DISTUTILS_USE_SETUPTOOLS=manual
-inherit distutils-r1
-
-MY_PN=pyasn1-modules
-MY_P=$MY_PN-$PV
-
-DESCRIPTION="pyasn1 modules"
-HOMEPAGE="https://snmplabs.com/pyasn1/ https://github.com/etingof/pyasn1-modules/"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="
- !dev-python/pyasn1-modules[python_targets_python2_7]
- >=dev-python/pyasn1-python2-0.4.6"
-DEPEND="${RDEPEND}
- dev-python/setuptools-python2[${PYTHON_USEDEP}]
-"
-
-RESTRICT="test"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-python_install_all() {
- distutils-r1_python_install_all
- rm -r ${D}/usr/share
-}