public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyasn1/
Date: Sat, 28 Mar 2020 17:07:22 +0000 (UTC)	[thread overview]
Message-ID: <1585415226.981018c84f3c6fce76478496565756d723dcfd94.mgorny@gentoo> (raw)

commit:     981018c84f3c6fce76478496565756d723dcfd94
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 28 17:03:08 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 28 17:07:06 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=981018c8

dev-python/pyasn1: Remove redundant versions

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pyasn1/Manifest            |  3 ---
 dev-python/pyasn1/pyasn1-0.2.3.ebuild | 43 -----------------------------------
 dev-python/pyasn1/pyasn1-0.3.7.ebuild | 43 -----------------------------------
 dev-python/pyasn1/pyasn1-0.4.2.ebuild | 40 --------------------------------
 4 files changed, 129 deletions(-)

diff --git a/dev-python/pyasn1/Manifest b/dev-python/pyasn1/Manifest
index 0c650097b83..76152d6fcaa 100644
--- a/dev-python/pyasn1/Manifest
+++ b/dev-python/pyasn1/Manifest
@@ -1,5 +1,2 @@
-DIST pyasn1-0.2.3.tar.gz 100099 BLAKE2B 32e6fa765fc5c217f66ca5618acc132c96fd8adc3649e5323696ac8dcd2cc11fcbd0a362e53575465da79feb422452b9f964e4972ab7f581571e5cbfc14a8945 SHA512 c55b95c1995f2fc36ec28f35837ca456a2fac06e90edc6491a3335ae949e4eacbbeb14f6289a17e994b49d4dc60870bba3e79344c44496d5547c38ab1ef183ab
-DIST pyasn1-0.3.7.tar.gz 117643 BLAKE2B 66e4987a63139c7af06d6bcdb125ef6f0f46ea5885bbbefae6c76252bd96296abf71a59f6ddc6f196ef78077a62649963c4d9419546f631d93e723dca30bf9b2 SHA512 85735ecb5b83979e51c9f663e2e0dcfbc317ba7e22474d78998f97c40a3487fd06ade9a259d1a4a8de5f4e70e5521a060af127799b92931ceb26abd384ec5807
-DIST pyasn1-0.4.2.tar.gz 118404 BLAKE2B b96135b10eb9b79ac02b21d35df19ee1078a51586eb37832004a1891db0cce305fe3fb65c34f4b05fd1c854f1d708aa59b3e85908df39d54ebb051a2f021ca60 SHA512 30e7cdfd2f7b182081f951bd94169a300a577f95fbfcb4ddb6dc288617b2776265018d246ae0adb649650ee94aab9122a428313d7a61559f97ed7f02b9670709
 DIST pyasn1-0.4.3.tar.gz 118494 BLAKE2B 39c223e09d3996674e7e89306fadec9e47eb39284abafb7ca2b0f988ec420a3986247f6daf69a14bde0a671726c1e615976042228de6869606a3da2c7c65d7fd SHA512 a699b1ef58129860f8448e8c08a7017adfd7ead7844a45197b1026e12760424d20f89a421b3fe8caeab3922448d00a77f717c0a03841c36c6b1d1740b0d9707b
 DIST pyasn1-0.4.8.tar.gz 146820 BLAKE2B 5c00b47c2014e599d1aa2e14c3004b3688786c7afd160c85709d5a0f324166abb1d29ebbd9f3e13100166e7176710e4dc6e1b8fcf80db5f5bdaa202912f8a023 SHA512 e64e70b325c8067f87ace7c0673149e82fe564aa4b0fa146d29b43cb588ecd6e81b1b82803b8cfa7a17d3d0489b6d88b4af5afb3aa0052bf92e8a1769fe8f7b0

diff --git a/dev-python/pyasn1/pyasn1-0.2.3.ebuild b/dev-python/pyasn1/pyasn1-0.2.3.ebuild
deleted file mode 100644
index c14cc73cddb..00000000000
--- a/dev-python/pyasn1/pyasn1-0.2.3.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_6 pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="ASN.1 library for Python"
-HOMEPAGE="http://pyasn1.sourceforge.net/ https://pypi.org/project/pyasn1/"
-SRC_URI="https://github.com/etingof/pyasn1/archive/${PV}.tar.gz -> ${P}.tar.gz"
-# The required doc/source/conf.py file is missing from the pypi:
-# https://github.com/etingof/pyasn1/issues/35
-#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=""
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-	doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
-
-python_test() {
-	esetup.py test || die "Tests fail with ${EPYTHON}"
-}
-
-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.3.7.ebuild b/dev-python/pyasn1/pyasn1-0.3.7.ebuild
deleted file mode 100644
index df017a80c84..00000000000
--- a/dev-python/pyasn1/pyasn1-0.3.7.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_6 pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="ASN.1 library for Python"
-HOMEPAGE="http://pyasn1.sourceforge.net/ https://pypi.org/project/pyasn1/"
-SRC_URI="https://github.com/etingof/pyasn1/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-# The required doc/source/conf.py file is missing from the pypi:
-# https://github.com/etingof/pyasn1/issues/35
-#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=""
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-	doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
-
-python_test() {
-	esetup.py test || die "Tests fail with ${EPYTHON}"
-}
-
-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.2.ebuild b/dev-python/pyasn1/pyasn1-0.4.2.ebuild
deleted file mode 100644
index 7bc793137c9..00000000000
--- a/dev-python/pyasn1/pyasn1-0.4.2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-PYTHON_COMPAT=( python2_7 python3_{6,7} 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=""
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-	doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
-
-python_test() {
-	esetup.py test || die "Tests fail with ${EPYTHON}"
-}
-
-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
-}


             reply	other threads:[~2020-03-28 17:07 UTC|newest]

Thread overview: 59+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-28 17:07 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-31  4:42 [gentoo-commits] repo/gentoo:master commit in: dev-python/pyasn1/ Sam James
2024-05-09 18:52 Michał Górny
2024-04-11 19:04 Michał Górny
2024-04-11 16:01 Sam James
2024-03-27  3:37 Michał Górny
2023-12-09 13:56 Michał Górny
2023-12-09 13:52 Michał Górny
2023-11-21  4:44 Michał Górny
2023-05-27 11:14 Sam James
2023-05-23 16:08 Michał Górny
2023-05-23 15:45 Arthur Zamarin
2023-04-20  3:12 Michał Górny
2022-06-13  8:25 Michał Górny
2022-06-13  7:07 Agostino Sarubbo
2022-05-11 21:05 Michał Górny
2022-05-11 21:05 Michał Górny
2021-05-22 10:52 Michał Górny
2021-05-07 10:52 Michał Górny
2020-12-11 12:45 Michał Górny
2020-09-20 13:11 Michał Górny
2020-05-25 19:27 Michał Górny
2020-05-11 17:48 Michał Górny
2020-05-11 15:32 Mart Raudsepp
2020-05-08  9:36 Sergei Trofimovich
2020-05-04 16:51 Agostino Sarubbo
2020-05-03 15:13 Agostino Sarubbo
2020-05-03 10:25 Agostino Sarubbo
2020-05-03 10:22 Agostino Sarubbo
2020-03-28 17:07 Michał Górny
2020-03-28 17:07 Michał Górny
2020-03-25 15:42 Agostino Sarubbo
2020-03-25 14:17 Agostino Sarubbo
2020-03-14  1:36 Patrick McLean
2019-11-16 13:53 Michał Górny
2019-04-13 22:41 Matthew Thode
2019-04-12  5:01 Tim Harder
2018-05-23 10:31 Mike Frysinger
2018-02-21 20:18 Michał Górny
2017-10-19  8:20 Tim Harder
2017-09-30 15:29 Patrick Lauer
2017-08-05  8:55 Michael Palimaka
2017-08-05  8:48 Michael Palimaka
2017-08-04  4:30 Markus Meier
2017-07-15 15:17 Tobias Klausmann
2017-06-24 21:59 Sergei Trofimovich
2017-05-03 11:41 Michał Górny
2017-04-04 22:07 Zac Medico
2016-06-21  2:47 Mike Frysinger
2015-11-07 23:28 Mikle Kolyada
2015-11-05 10:58 Agostino Sarubbo
2015-11-04 14:48 Agostino Sarubbo
2015-10-17 11:02 Markus Meier
2015-10-11 11:25 Justin Lecher
2015-09-30  3:36 Jeroen Roovers
2015-09-29 12:33 Agostino Sarubbo
2015-09-29 12:32 Agostino Sarubbo
2015-09-29  7:28 Justin Lecher
2015-09-28 15:27 Tobias Klausmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1585415226.981018c84f3c6fce76478496565756d723dcfd94.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox