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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DFA37158094 for ; Wed, 6 Jul 2022 11:55:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52D16E0CBD; Wed, 6 Jul 2022 11:55:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E71DBE0CBD for ; Wed, 6 Jul 2022 11:55:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C97A33415D6 for ; Wed, 6 Jul 2022 11:55:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19B7B51F for ; Wed, 6 Jul 2022 11:55:18 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1657108473.b221e27e1e3759f47e118fb5342b5c31f9235ed6.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/propka/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/propka/Manifest sci-chemistry/propka/propka-3.2.0.ebuild X-VCS-Directories: sci-chemistry/propka/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: b221e27e1e3759f47e118fb5342b5c31f9235ed6 X-VCS-Branch: master Date: Wed, 6 Jul 2022 11:55:18 +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: adabdcdd-5a61-4ea7-84c9-fae144b5daa8 X-Archives-Hash: 1f170d4e4e2d946b45334a08b83f3bc8 commit: b221e27e1e3759f47e118fb5342b5c31f9235ed6 Author: Andrew Ammerlaan gentoo org> AuthorDate: Wed Jul 6 11:54:33 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Wed Jul 6 11:54:33 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b221e27e sci-chemistry/propka: drop 3.2.0 Closes: https://bugs.gentoo.org/741376 Signed-off-by: Andrew Ammerlaan gentoo.org> sci-chemistry/propka/Manifest | 1 - sci-chemistry/propka/propka-3.2.0.ebuild | 40 -------------------------------- 2 files changed, 41 deletions(-) diff --git a/sci-chemistry/propka/Manifest b/sci-chemistry/propka/Manifest index 3ed3d129ddbf..a3ae32cc089e 100644 --- a/sci-chemistry/propka/Manifest +++ b/sci-chemistry/propka/Manifest @@ -1,2 +1 @@ -DIST propka-3.2.0.tar.gz 73746 BLAKE2B f79e493d5a195b81dc5d11cc21b9ab16c8d1fa48f15f7e23e2b2936dfb8634fdb00c7838b8dbdb4a68726dab0f16e54522ad71d71b3273ac93c03a737ae06f04 SHA512 98f2240b28b33bab94cdbe9392062bb7f6b87e75b94c2af91e178f874a74d210601161ebc835c4d751b89d37b32348fdfb096e28cbf8e9237b3f472d3fb6b4fc DIST propka-3.4.0.gh.tar.gz 363641 BLAKE2B 87f495ba69028593cf3ebf98ed33da0944f7a3833f2d08cae4f0a0b5cbe2f3a67e9812685b896a7d89c88ba25653861f135dbac53dc6df7af426a290bacb3d22 SHA512 2ce431c66374d0692acb7504661caa870ab6460ace3a6478f88c1d46a7bfcd82c748bf153a1ce2ea6d1611bc4bbf2351c4f5149f4578e5f8a9f9ec8385298fe9 diff --git a/sci-chemistry/propka/propka-3.2.0.ebuild b/sci-chemistry/propka/propka-3.2.0.ebuild deleted file mode 100644 index b5dadd1825d2..000000000000 --- a/sci-chemistry/propka/propka-3.2.0.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=( python3_{7,8} ) - -inherit distutils-r1 - -DESCRIPTION="pKa-value prediction of ionizable groups in protein and protein-ligand complexes" -HOMEPAGE="https://github.com/jensengroup/propka" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -SLOT="0" -LICENSE="LGPL-2.1" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="test" - -RESTRICT="!test? ( test )" - -RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]" -BDEPEND="test? ( - ${RDEPEND} - dev-python/pandas[${PYTHON_USEDEP}] -)" - -python_prepare_all() { - sed -e "/exclude/s:scripts:\', \'Tests:g" \ - -i setup.py || die - distutils-r1_python_prepare_all -} - -python_test() { - cd Tests || die - ${PYTHON} runtest.py || die -} - -python_install_all() { - distutils-r1_python_install_all -}