summaryrefslogtreecommitdiff
path: root/dev-python/pyasn1-modules-python2
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net>2020-09-24 18:29:19 +0000
committerLiguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net>2020-09-24 18:29:19 +0000
commit2ae6e775712c12adb693178c6b5c104a64091e24 (patch)
tree9709520c2ac99cea024305cfc9799024fd0be9b0 /dev-python/pyasn1-modules-python2
parent61f09dac1e93ecda99dd048d4d59eee94691c7ec (diff)
downloadbaldeagleos-repo-2ae6e775712c12adb693178c6b5c104a64091e24.tar.gz
baldeagleos-repo-2ae6e775712c12adb693178c6b5c104a64091e24.tar.xz
baldeagleos-repo-2ae6e775712c12adb693178c6b5c104a64091e24.zip
Updating liguros repo
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.ebuild33
3 files changed, 47 insertions, 0 deletions
diff --git a/dev-python/pyasn1-modules-python2/Manifest b/dev-python/pyasn1-modules-python2/Manifest
new file mode 100644
index 000000000000..c9a9bae71388
--- /dev/null
+++ b/dev-python/pyasn1-modules-python2/Manifest
@@ -0,0 +1 @@
+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
new file mode 100644
index 000000000000..0815be9a15b4
--- /dev/null
+++ b/dev-python/pyasn1-modules-python2/metadata.xml
@@ -0,0 +1,13 @@
+<?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.ebuild b/dev-python/pyasn1-modules-python2/pyasn1-modules-python2-0.2.8.ebuild
new file mode 100644
index 000000000000..0e7554bbef3f
--- /dev/null
+++ b/dev-python/pyasn1-modules-python2/pyasn1-modules-python2-0.2.8.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 )
+
+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}"
+
+RESTRICT="test"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+python_install_all() {
+ distutils-r1_python_install_all
+ rm -r ${D}/usr/share
+}