From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7A89613835B for ; Mon, 11 May 2020 17:49:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 557FDE0863; Mon, 11 May 2020 17:49:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3531AE0863 for ; Mon, 11 May 2020 17:49:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6B0A434FC3A for ; Mon, 11 May 2020 17:49:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DFFE91B6 for ; Mon, 11 May 2020 17:48:57 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1589218469.959f799a8439a7f0300954c1dafe900317e64456.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyasn1/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyasn1/Manifest dev-python/pyasn1/pyasn1-0.4.3.ebuild X-VCS-Directories: dev-python/pyasn1/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 959f799a8439a7f0300954c1dafe900317e64456 X-VCS-Branch: master Date: Mon, 11 May 2020 17:48:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bfe25c7c-dcbf-43ca-875e-84ecd1468ecd X-Archives-Hash: 1fc8ead6521d3871c25b63b7120840e9 commit: 959f799a8439a7f0300954c1dafe900317e64456 Author: Michał Górny gentoo org> AuthorDate: Mon May 11 17:34:29 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon May 11 17:34:29 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=959f799a dev-python/pyasn1: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/pyasn1/Manifest | 1 - dev-python/pyasn1/pyasn1-0.4.3.ebuild | 40 ----------------------------------- 2 files changed, 41 deletions(-) diff --git a/dev-python/pyasn1/Manifest b/dev-python/pyasn1/Manifest index 76152d6fcaa..491c8954113 100644 --- a/dev-python/pyasn1/Manifest +++ b/dev-python/pyasn1/Manifest @@ -1,2 +1 @@ -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.4.3.ebuild b/dev-python/pyasn1/pyasn1-0.4.3.ebuild deleted file mode 100644 index 7d4690669bf..00000000000 --- 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 -}