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 A0EFE158088 for ; Sun, 17 Oct 2021 09:25:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97F23E0964; Sun, 17 Oct 2021 09:25:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 59244E0964 for ; Sun, 17 Oct 2021 09:25:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7B28F342D50 for ; Sun, 17 Oct 2021 09:25:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 75DE0164 for ; Sun, 17 Oct 2021 09:25:09 +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: <1634462561.4b3a9a48422e71d49d3deed41ea9fd8178f0e532.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyzotero/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyzotero/Manifest dev-python/pyzotero/pyzotero-1.4.25.ebuild X-VCS-Directories: dev-python/pyzotero/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4b3a9a48422e71d49d3deed41ea9fd8178f0e532 X-VCS-Branch: master Date: Sun, 17 Oct 2021 09:25:09 +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: bcecfed1-c62c-4fc2-be67-15b5b3f87ea9 X-Archives-Hash: b4818465f661711176bb83e14f23386e commit: 4b3a9a48422e71d49d3deed41ea9fd8178f0e532 Author: Michał Górny gentoo org> AuthorDate: Sun Oct 17 09:22:41 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Oct 17 09:22:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b3a9a48 dev-python/pyzotero: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/pyzotero/Manifest | 1 - dev-python/pyzotero/pyzotero-1.4.25.ebuild | 39 ------------------------------ 2 files changed, 40 deletions(-) diff --git a/dev-python/pyzotero/Manifest b/dev-python/pyzotero/Manifest index 7b0bfc956c7..103f0f963ea 100644 --- a/dev-python/pyzotero/Manifest +++ b/dev-python/pyzotero/Manifest @@ -1,2 +1 @@ -DIST pyzotero-1.4.25.tar.gz 521569 BLAKE2B ce4e3587667078d295c0d2b7d0695aba0b9da22d40caa3aff405a6ed88b3061693d0d9d0db5bfdde074a3003b088705ed5c9443f3fa0f156d803114b25288b2b SHA512 d00d30da57d7f988b9e301d496a26bd983933567ffeb87d6d494dd7c93290315ad7fda8e791c4be382bedfda51ab5928ed37230f6649f60ce731f6b2f8ddfd39 DIST pyzotero-1.4.26.tar.gz 520629 BLAKE2B 7ddcd55a1c21d6dcc4b610a9a29bc86ff002afdf2e2a90513219b9fd13b3d5b504736e122850fc81acf7a4bbca0b8c5da3a92c8eb3a6f07392e3d17a9dc7d73c SHA512 a0b0bf92458746b0dd0c01511efb05dd8fb471434c9e813c9d6dab7741a2eb1a10af2b9c5f68daa4c681353ba8c93cab140ec2da5962d06c76e8a229d4742009 diff --git a/dev-python/pyzotero/pyzotero-1.4.25.ebuild b/dev-python/pyzotero/pyzotero-1.4.25.ebuild deleted file mode 100644 index 03077463c22..00000000000 --- a/dev-python/pyzotero/pyzotero-1.4.25.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..9} ) -inherit distutils-r1 - -DESCRIPTION="A Python client for the Zotero API" -HOMEPAGE="https://github.com/urschrei/pyzotero" -SRC_URI="https://github.com/urschrei/pyzotero/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - app-text/zotero-bin - dev-python/bibtexparser[${PYTHON_USEDEP}] -