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 DA21D15808B for ; Wed, 16 Feb 2022 13:01:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B36AE07D7; Wed, 16 Feb 2022 13:01:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 00A14E07D7 for ; Wed, 16 Feb 2022 13:01:28 +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 E0AEA3430A6 for ; Wed, 16 Feb 2022 13:01:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3DE7BD3 for ; Wed, 16 Feb 2022 13:01:26 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <1645016470.56e52196c684140f7a9dbee002763c83579b0d62.alexxy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/ParmEd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/ParmEd/Manifest sci-chemistry/ParmEd/ParmEd-3.4.3.ebuild sci-chemistry/ParmEd/metadata.xml X-VCS-Directories: sci-chemistry/ParmEd/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: 56e52196c684140f7a9dbee002763c83579b0d62 X-VCS-Branch: master Date: Wed, 16 Feb 2022 13:01:26 +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: 99d2844f-7e06-4c66-905c-2f1dc2b2c3e6 X-Archives-Hash: 31340412bf4ca8398d00055885bffcde commit: 56e52196c684140f7a9dbee002763c83579b0d62 Author: Alexey Shvetsov gentoo org> AuthorDate: Wed Feb 16 13:00:50 2022 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Wed Feb 16 13:01:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56e52196 sci-chemistry/ParmEd: Initial import Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Alexey Shvetsov gentoo.org> sci-chemistry/ParmEd/Manifest | 1 + sci-chemistry/ParmEd/ParmEd-3.4.3.ebuild | 22 ++++++++++++++++++++++ sci-chemistry/ParmEd/metadata.xml | 12 ++++++++++++ 3 files changed, 35 insertions(+) diff --git a/sci-chemistry/ParmEd/Manifest b/sci-chemistry/ParmEd/Manifest new file mode 100644 index 000000000000..3b5e676eac0f --- /dev/null +++ b/sci-chemistry/ParmEd/Manifest @@ -0,0 +1 @@ +DIST ParmEd-3.4.3.tar.gz 42174964 BLAKE2B 4f425156318595217c9fde3f65f7c147bea3c73404269bf31567cbfb17020dba6f06d66dc5b514483df1eeedb56f87243df0274782363ca427a740837fcc1c32 SHA512 489996555d05f88dce2304e65455424b1acd746ad7b55d5a42e36705bce812c8aa51c293afad8307f9ab1ecdeade3072d00c194eb2c567528e1fe596defbd1da diff --git a/sci-chemistry/ParmEd/ParmEd-3.4.3.ebuild b/sci-chemistry/ParmEd/ParmEd-3.4.3.ebuild new file mode 100644 index 000000000000..e344e71ef07e --- /dev/null +++ b/sci-chemistry/ParmEd/ParmEd-3.4.3.ebuild @@ -0,0 +1,22 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..10} ) + +inherit distutils-r1 + +DESCRIPTION="Parameter and topology file editor and molecular mechanical simulator engine" +HOMEPAGE="https://parmed.github.io/ParmEd/html/index.html" +SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="LGPL-2" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND="" +RDEPEND="${DEPEND}" +BDEPEND="" + +distutils_enable_tests pytest diff --git a/sci-chemistry/ParmEd/metadata.xml b/sci-chemistry/ParmEd/metadata.xml new file mode 100644 index 000000000000..22631b58bc2b --- /dev/null +++ b/sci-chemistry/ParmEd/metadata.xml @@ -0,0 +1,12 @@ + + + + + alexxy@gentoo.org + Alexey Shvetsov + + + sci-chemistry@gentoo.org + Gentoo Chemistry Project + +