Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyasn1/
Date: Sat, 28 Mar 2020 17:07:28
Message-Id: 1585415226.981018c84f3c6fce76478496565756d723dcfd94.mgorny@gentoo
1 commit: 981018c84f3c6fce76478496565756d723dcfd94
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 28 17:03:08 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 28 17:07:06 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=981018c8
7
8 dev-python/pyasn1: Remove redundant versions
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pyasn1/Manifest | 3 ---
13 dev-python/pyasn1/pyasn1-0.2.3.ebuild | 43 -----------------------------------
14 dev-python/pyasn1/pyasn1-0.3.7.ebuild | 43 -----------------------------------
15 dev-python/pyasn1/pyasn1-0.4.2.ebuild | 40 --------------------------------
16 4 files changed, 129 deletions(-)
17
18 diff --git a/dev-python/pyasn1/Manifest b/dev-python/pyasn1/Manifest
19 index 0c650097b83..76152d6fcaa 100644
20 --- a/dev-python/pyasn1/Manifest
21 +++ b/dev-python/pyasn1/Manifest
22 @@ -1,5 +1,2 @@
23 -DIST pyasn1-0.2.3.tar.gz 100099 BLAKE2B 32e6fa765fc5c217f66ca5618acc132c96fd8adc3649e5323696ac8dcd2cc11fcbd0a362e53575465da79feb422452b9f964e4972ab7f581571e5cbfc14a8945 SHA512 c55b95c1995f2fc36ec28f35837ca456a2fac06e90edc6491a3335ae949e4eacbbeb14f6289a17e994b49d4dc60870bba3e79344c44496d5547c38ab1ef183ab
24 -DIST pyasn1-0.3.7.tar.gz 117643 BLAKE2B 66e4987a63139c7af06d6bcdb125ef6f0f46ea5885bbbefae6c76252bd96296abf71a59f6ddc6f196ef78077a62649963c4d9419546f631d93e723dca30bf9b2 SHA512 85735ecb5b83979e51c9f663e2e0dcfbc317ba7e22474d78998f97c40a3487fd06ade9a259d1a4a8de5f4e70e5521a060af127799b92931ceb26abd384ec5807
25 -DIST pyasn1-0.4.2.tar.gz 118404 BLAKE2B b96135b10eb9b79ac02b21d35df19ee1078a51586eb37832004a1891db0cce305fe3fb65c34f4b05fd1c854f1d708aa59b3e85908df39d54ebb051a2f021ca60 SHA512 30e7cdfd2f7b182081f951bd94169a300a577f95fbfcb4ddb6dc288617b2776265018d246ae0adb649650ee94aab9122a428313d7a61559f97ed7f02b9670709
26 DIST pyasn1-0.4.3.tar.gz 118494 BLAKE2B 39c223e09d3996674e7e89306fadec9e47eb39284abafb7ca2b0f988ec420a3986247f6daf69a14bde0a671726c1e615976042228de6869606a3da2c7c65d7fd SHA512 a699b1ef58129860f8448e8c08a7017adfd7ead7844a45197b1026e12760424d20f89a421b3fe8caeab3922448d00a77f717c0a03841c36c6b1d1740b0d9707b
27 DIST pyasn1-0.4.8.tar.gz 146820 BLAKE2B 5c00b47c2014e599d1aa2e14c3004b3688786c7afd160c85709d5a0f324166abb1d29ebbd9f3e13100166e7176710e4dc6e1b8fcf80db5f5bdaa202912f8a023 SHA512 e64e70b325c8067f87ace7c0673149e82fe564aa4b0fa146d29b43cb588ecd6e81b1b82803b8cfa7a17d3d0489b6d88b4af5afb3aa0052bf92e8a1769fe8f7b0
28
29 diff --git a/dev-python/pyasn1/pyasn1-0.2.3.ebuild b/dev-python/pyasn1/pyasn1-0.2.3.ebuild
30 deleted file mode 100644
31 index c14cc73cddb..00000000000
32 --- a/dev-python/pyasn1/pyasn1-0.2.3.ebuild
33 +++ /dev/null
34 @@ -1,43 +0,0 @@
35 -# Copyright 1999-2020 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=6
39 -
40 -PYTHON_COMPAT=( python2_7 python3_6 pypy3 )
41 -
42 -inherit distutils-r1
43 -
44 -DESCRIPTION="ASN.1 library for Python"
45 -HOMEPAGE="http://pyasn1.sourceforge.net/ https://pypi.org/project/pyasn1/"
46 -SRC_URI="https://github.com/etingof/pyasn1/archive/${PV}.tar.gz -> ${P}.tar.gz"
47 -# The required doc/source/conf.py file is missing from the pypi:
48 -# https://github.com/etingof/pyasn1/issues/35
49 -#SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
50 -
51 -LICENSE="BSD-2"
52 -SLOT="0"
53 -KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
54 -IUSE="doc"
55 -
56 -RDEPEND=""
57 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
58 - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
59 -
60 -python_test() {
61 - esetup.py test || die "Tests fail with ${EPYTHON}"
62 -}
63 -
64 -src_compile() {
65 - if use doc; then
66 - python_setup
67 - esetup.py build_sphinx
68 - fi
69 - distutils-r1_src_compile
70 -}
71 -
72 -src_install() {
73 - local HTML_DOCS
74 - use doc && HTML_DOCS=( build/sphinx/html/. )
75 -
76 - distutils-r1_src_install
77 -}
78
79 diff --git a/dev-python/pyasn1/pyasn1-0.3.7.ebuild b/dev-python/pyasn1/pyasn1-0.3.7.ebuild
80 deleted file mode 100644
81 index df017a80c84..00000000000
82 --- a/dev-python/pyasn1/pyasn1-0.3.7.ebuild
83 +++ /dev/null
84 @@ -1,43 +0,0 @@
85 -# Copyright 1999-2020 Gentoo Authors
86 -# Distributed under the terms of the GNU General Public License v2
87 -
88 -EAPI=6
89 -
90 -PYTHON_COMPAT=( python2_7 python3_6 pypy3 )
91 -
92 -inherit distutils-r1
93 -
94 -DESCRIPTION="ASN.1 library for Python"
95 -HOMEPAGE="http://pyasn1.sourceforge.net/ https://pypi.org/project/pyasn1/"
96 -SRC_URI="https://github.com/etingof/pyasn1/archive/v${PV}.tar.gz -> ${P}.tar.gz"
97 -# The required doc/source/conf.py file is missing from the pypi:
98 -# https://github.com/etingof/pyasn1/issues/35
99 -#SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
100 -
101 -LICENSE="BSD-2"
102 -SLOT="0"
103 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
104 -IUSE="doc"
105 -
106 -RDEPEND=""
107 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
108 - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
109 -
110 -python_test() {
111 - esetup.py test || die "Tests fail with ${EPYTHON}"
112 -}
113 -
114 -src_compile() {
115 - if use doc; then
116 - python_setup
117 - esetup.py build_sphinx
118 - fi
119 - distutils-r1_src_compile
120 -}
121 -
122 -src_install() {
123 - local HTML_DOCS
124 - use doc && HTML_DOCS=( build/sphinx/html/. )
125 -
126 - distutils-r1_src_install
127 -}
128
129 diff --git a/dev-python/pyasn1/pyasn1-0.4.2.ebuild b/dev-python/pyasn1/pyasn1-0.4.2.ebuild
130 deleted file mode 100644
131 index 7bc793137c9..00000000000
132 --- a/dev-python/pyasn1/pyasn1-0.4.2.ebuild
133 +++ /dev/null
134 @@ -1,40 +0,0 @@
135 -# Copyright 1999-2020 Gentoo Authors
136 -# Distributed under the terms of the GNU General Public License v2
137 -
138 -EAPI="6"
139 -
140 -PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 )
141 -
142 -inherit distutils-r1
143 -
144 -DESCRIPTION="ASN.1 library for Python"
145 -HOMEPAGE="http://snmplabs.com/pyasn1/"
146 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
147 -
148 -LICENSE="BSD-2"
149 -SLOT="0"
150 -KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
151 -IUSE="doc"
152 -
153 -RDEPEND=""
154 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
155 - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
156 -
157 -python_test() {
158 - esetup.py test || die "Tests fail with ${EPYTHON}"
159 -}
160 -
161 -src_compile() {
162 - if use doc; then
163 - python_setup
164 - esetup.py build_sphinx
165 - fi
166 - distutils-r1_src_compile
167 -}
168 -
169 -src_install() {
170 - local HTML_DOCS
171 - use doc && HTML_DOCS=( build/sphinx/html/. )
172 -
173 - distutils-r1_src_install
174 -}