summaryrefslogtreecommitdiff
path: root/dev-python/pyasn1
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-05-17 14:32:10 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-05-17 14:32:10 +0100
commit51c50bd4c895ebf56d81fecae8e45ec3b5fc3efa (patch)
tree753b6b08624c34d1ed8414bbe22c45409f7741b9 /dev-python/pyasn1
parentbe9d77d3ac6af8f4ead98d89706f356b65578c93 (diff)
parentdeba8115d2c2af26df42966b91ef04ff4dd79cde (diff)
Merge branch 'edge' into next
Diffstat (limited to 'dev-python/pyasn1')
-rw-r--r--dev-python/pyasn1/Manifest4
-rw-r--r--dev-python/pyasn1/pyasn1-0.4.3.ebuild40
-rw-r--r--dev-python/pyasn1/pyasn1-0.4.8.ebuild2
3 files changed, 2 insertions, 44 deletions
diff --git a/dev-python/pyasn1/Manifest b/dev-python/pyasn1/Manifest
index fb65ce0ebf92..2d4beafca09d 100644
--- a/dev-python/pyasn1/Manifest
+++ b/dev-python/pyasn1/Manifest
@@ -1,5 +1,3 @@
-DIST pyasn1-0.4.3.tar.gz 118494 BLAKE2B 39c223e09d3996674e7e89306fadec9e47eb39284abafb7ca2b0f988ec420a3986247f6daf69a14bde0a671726c1e615976042228de6869606a3da2c7c65d7fd SHA512 a699b1ef58129860f8448e8c08a7017adfd7ead7844a45197b1026e12760424d20f89a421b3fe8caeab3922448d00a77f717c0a03841c36c6b1d1740b0d9707b
DIST pyasn1-0.4.8.tar.gz 146820 BLAKE2B 5c00b47c2014e599d1aa2e14c3004b3688786c7afd160c85709d5a0f324166abb1d29ebbd9f3e13100166e7176710e4dc6e1b8fcf80db5f5bdaa202912f8a023 SHA512 e64e70b325c8067f87ace7c0673149e82fe564aa4b0fa146d29b43cb588ecd6e81b1b82803b8cfa7a17d3d0489b6d88b4af5afb3aa0052bf92e8a1769fe8f7b0
-EBUILD pyasn1-0.4.3.ebuild 836 BLAKE2B a59f900b9b0cfd048f959a1a5468028896a7bfd5046712b51d6caca0f06cef2e7ddd14a461eaf84e1e275a9211d131a27e5f951f398fb4d5f8db48943a403fd3 SHA512 8eff4c78e193b79ae01c2f814d5509986779e206f3eb5e64ff749cd80e31c081a9d6edea3bb3fa924f0dfd844df409bcc082ae2e6fd23ff1d584cc34ecad6344
-EBUILD pyasn1-0.4.8.ebuild 573 BLAKE2B 4a91bd472addbf6fc1c093dcb0ecd5279f9b3eb46dfab00cf49e2ca4fa51c77c09cb210d906988d0c6bffd723922bac2b6ca5599646203aff147343bc63e2e81 SHA512 50b6a3715df8e502edb2f70347306e29ec5c726ea59547eac6a9e0a69790597c700207fa4012bfcdaf46d78f88ed20e19ea31481fbbc516a09e0cf539de2aa00
+EBUILD pyasn1-0.4.8.ebuild 564 BLAKE2B ae3cf13e9eadb17997753f86dcdd561c60bcf0bad997a556c46c91f4ab74a0f045fbbcdcf7def9a82c0cd26a7e5333b03b1f5c65792a0fdcbce6c2c11b25661b SHA512 7a1eccb9e0f9cc1cbded324705cd38d81e65c03138d4c7efdace2197d7bf07df042d9cb045142dabc182f0c8723cba0ce31d2d5fd03be771e70df62b8018f66f
MISC metadata.xml 453 BLAKE2B 0a3c1a0971fb35d969c1c04b7b0a81c82935306249537a640d581aea84979f52f9c762e6761a4d7278bb0e4ad252cb522f26eb2cd9b91a6b80275a7e031016d5 SHA512 17fb0536bb137058ef242036076ba1f7366f03a246903286e7288452b81f84036548bf11dfc0b5c2bb18aa4f7ba83608634c17aa9e1c0d268c99afef4f9edcb8
diff --git a/dev-python/pyasn1/pyasn1-0.4.3.ebuild b/dev-python/pyasn1/pyasn1-0.4.3.ebuild
deleted file mode 100644
index 7d4690669bfb..000000000000
--- a/dev-python/pyasn1/pyasn1-0.4.3.ebuild
+++ /dev/null
@@ -1,40 +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} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="ASN.1 library for Python"
-HOMEPAGE="http://snmplabs.com/pyasn1/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
-IUSE="doc"
-
-RDEPEND=""
-BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- doc? ( dev-python/sphinx )"
-
-python_test() {
- esetup.py test
-}
-
-src_compile() {
- if use doc; then
- python_setup
- esetup.py build_sphinx
- fi
- distutils-r1_src_compile
-}
-
-src_install() {
- local HTML_DOCS
- use doc && HTML_DOCS=( build/sphinx/html/. )
-
- distutils-r1_src_install
-}
diff --git a/dev-python/pyasn1/pyasn1-0.4.8.ebuild b/dev-python/pyasn1/pyasn1-0.4.8.ebuild
index 0b3bc44f286c..3b3a76be5f49 100644
--- a/dev-python/pyasn1/pyasn1-0.4.8.ebuild
+++ b/dev-python/pyasn1/pyasn1-0.4.8.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
IUSE="doc"
distutils_enable_tests setup.py