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 8223F138334 for ; Tue, 31 Dec 2019 20:09:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9BB84E0AED; Tue, 31 Dec 2019 20:09:11 +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 E59EDE0AED for ; Tue, 31 Dec 2019 20:09:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 81F7234DDFA for ; Tue, 31 Dec 2019 20:09:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D953DB6 for ; Tue, 31 Dec 2019 20:09:06 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1577822930.2f1a9c241e6a4638e63d638c4c5c1b36d8d49977.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pycups/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pycups/Manifest dev-python/pycups/pycups-1.9.72.ebuild dev-python/pycups/pycups-1.9.73.ebuild X-VCS-Directories: dev-python/pycups/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2f1a9c241e6a4638e63d638c4c5c1b36d8d49977 X-VCS-Branch: master Date: Tue, 31 Dec 2019 20:09:06 +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: b2f9d539-3d04-4908-bf57-0beb9b4a86c5 X-Archives-Hash: 4a0b3797ab490665830bb917f7ef9dc0 commit: 2f1a9c241e6a4638e63d638c4c5c1b36d8d49977 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Dec 31 19:48:40 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Dec 31 20:08:50 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f1a9c24 dev-python/pycups: Drop 1.9.72 and 1.9.73 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-python/pycups/Manifest | 1 - dev-python/pycups/pycups-1.9.72.ebuild | 50 ------------------------------- dev-python/pycups/pycups-1.9.73.ebuild | 54 ---------------------------------- 3 files changed, 105 deletions(-) diff --git a/dev-python/pycups/Manifest b/dev-python/pycups/Manifest index a36f1f23bda..e30fc7d6900 100644 --- a/dev-python/pycups/Manifest +++ b/dev-python/pycups/Manifest @@ -1,2 +1 @@ -DIST pycups-1.9.72.tar.bz2 52687 BLAKE2B 37d2bf2afc71b4feabbd5aac0c4dab49142a580b0b82d337709ef79a666ea2ad7942072f4f09923099626103a67f6b9a08a7972481ea28f7a88e13118e194d4d SHA512 db8b06378bf398073e34c89d62aa64cc8e56e93553346484c2e5dd67d046a3aa2f44020b68a7d479203fb2eeba005f8860ad4cebf72f8d7aa9aa15952a36d816 DIST pycups-1.9.73.tar.bz2 52732 BLAKE2B a6c9750970548ba85cdef4041f716491e9b0cf4273cb5381bca8e57deab457affaa62eccf74d36eb3f8b047e5142c952e56e7e624f85ed7959a769f568824f26 SHA512 ee893d64f1645b71805ac358c4a3cc594f6285f04272ff0558aa60cbc90fafdbac30b623ffcc3a6b739218d9fd7a6a6e1d8cb186a5582f2cc30a518ed4dde810 diff --git a/dev-python/pycups/pycups-1.9.72.ebuild b/dev-python/pycups/pycups-1.9.72.ebuild deleted file mode 100644 index c7002ddb5e0..00000000000 --- a/dev-python/pycups/pycups-1.9.72.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 pypy ) -inherit distutils-r1 - -DESCRIPTION="Python bindings for the CUPS API" -HOMEPAGE="http://cyberelk.net/tim/data/pycups/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sh sparc x86" -SLOT="0" -IUSE="doc examples" - -RDEPEND=" - net-print/cups -" -DEPEND="${RDEPEND}" - -# epydoc kinda sucks and supports python2 only (it's dead too), -# and since we're dealing with a binary module we need exact version -# match. therefore, docbuilding *requires* any python2 being enabled. - -DEPEND="${RDEPEND} - doc? ( dev-python/epydoc[$(python_gen_usedep 'python2*')] ) -" - -REQUIRED_USE="doc? ( || ( $(python_gen_useflags 'python2*') ) )" - -python_compile_all() { - if use doc; then - # we can't use Makefile since it relies on hardcoded paths - epydoc -o html --html cups || die "doc build failed" - fi -} - -python_compile() { - python_is_python3 || local -x CFLAGS="${CFLAGS} -fno-strict-aliasing" - distutils-r1_python_compile -} - -python_install_all() { - use doc && local HTML_DOCS=( html/ ) - use examples && local EXAMPLES=( examples/ ) - - distutils-r1_python_install_all -} diff --git a/dev-python/pycups/pycups-1.9.73.ebuild b/dev-python/pycups/pycups-1.9.73.ebuild deleted file mode 100644 index 4701a3f40c3..00000000000 --- a/dev-python/pycups/pycups-1.9.73.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 pypy ) -inherit distutils-r1 - -DESCRIPTION="Python bindings for the CUPS API" -HOMEPAGE="http://cyberelk.net/tim/data/pycups/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sh sparc x86" -SLOT="0" -IUSE="doc examples" - -RDEPEND=" - net-print/cups -" -DEPEND="${RDEPEND}" - -# epydoc kinda sucks and supports python2 only (it's dead too), -# and since we're dealing with a binary module we need exact version -# match. therefore, docbuilding *requires* any python2 being enabled. - -DEPEND="${RDEPEND} - doc? ( dev-python/epydoc[$(python_gen_usedep 'python2*')] ) -" - -REQUIRED_USE="doc? ( || ( $(python_gen_useflags 'python2*') ) )" - -pkg_setup() { - use doc && DISTUTILS_ALL_SUBPHASE_IMPLS=( python2.7 ) -} - -python_compile_all() { - if use doc; then - # we can't use Makefile since it relies on hardcoded paths - epydoc -o html --html cups || die "doc build failed" - fi -} - -python_compile() { - python_is_python3 || local -x CFLAGS="${CFLAGS} -fno-strict-aliasing" - distutils-r1_python_compile -} - -python_install_all() { - use doc && local HTML_DOCS=( html/ ) - use examples && local EXAMPLES=( examples/ ) - - distutils-r1_python_install_all -}