* [gentoo-commits] repo/gentoo:master commit in: sci-libs/pymmlib/
@ 2019-09-15 17:17 Michał Górny
0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2019-09-15 17:17 UTC (permalink / raw
To: gentoo-commits
commit: 855301e4d1457591148e5eaa9ca2e90c50207025
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 15 17:10:37 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Sep 15 17:10:37 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=855301e4
sci-libs/pymmlib: Inline mirror://github
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sci-libs/pymmlib/pymmlib-1.2.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-libs/pymmlib/pymmlib-1.2.1.ebuild b/sci-libs/pymmlib/pymmlib-1.2.1.ebuild
index f533643cb1d..a372a683218 100644
--- a/sci-libs/pymmlib/pymmlib-1.2.1.ebuild
+++ b/sci-libs/pymmlib/pymmlib-1.2.1.ebuild
@@ -9,7 +9,7 @@ inherit distutils-r1 multilib
DESCRIPTION="Toolkit and library for the analysis and manipulation of macromolecular models"
HOMEPAGE="http://pymmlib.sourceforge.net/"
-SRC_URI="mirror://github/masci/mmLib/${P}.tar.gz"
+SRC_URI="https://github.com/downloads/masci/mmLib/${P}.tar.gz"
LICENSE="Artistic"
SLOT="0"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/pymmlib/
@ 2020-02-28 7:20 Mikle Kolyada
0 siblings, 0 replies; 5+ messages in thread
From: Mikle Kolyada @ 2020-02-28 7:20 UTC (permalink / raw
To: gentoo-commits
commit: 058e4b5436f9f3f12fb9b803b6d0d199e77073f4
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 28 07:20:44 2020 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Feb 28 07:20:44 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=058e4b54
sci-libs/pymmlib: remove last-rited package
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
sci-libs/pymmlib/Manifest | 1 -
sci-libs/pymmlib/metadata.xml | 11 --------
sci-libs/pymmlib/pymmlib-1.2.1-r1.ebuild | 47 --------------------------------
3 files changed, 59 deletions(-)
diff --git a/sci-libs/pymmlib/Manifest b/sci-libs/pymmlib/Manifest
deleted file mode 100644
index e16e7f40dfb..00000000000
--- a/sci-libs/pymmlib/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pymmlib-1.2.1.tar.gz 37480403 BLAKE2B 9dc57144f5ac1a8055f1759b21c9b7c580bf33705e168ad92eec5bb9542650a006ba1dff4d45a05cce9fcb81e3633ee29eecc7a3aec46343467ec1940166353b SHA512 96328fcb8af70a271c0960be753c677f716d3b15c41519c320a1240fd9ad584fee173ab3a8e528c9ae198efea95d20863f64627e44d1a6726513f2916d93b464
diff --git a/sci-libs/pymmlib/metadata.xml b/sci-libs/pymmlib/metadata.xml
deleted file mode 100644
index e14133756e8..00000000000
--- a/sci-libs/pymmlib/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>sci-chemistry@gentoo.org</email>
- <name>Gentoo Chemistry Project</name>
- </maintainer>
- <upstream>
- <remote-id type="sourceforge">pymmlib</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/sci-libs/pymmlib/pymmlib-1.2.1-r1.ebuild b/sci-libs/pymmlib/pymmlib-1.2.1-r1.ebuild
deleted file mode 100644
index e05c2a381dd..00000000000
--- a/sci-libs/pymmlib/pymmlib-1.2.1-r1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1 multilib
-
-DESCRIPTION="Toolkit and library for the analysis and manipulation of macromolecular models"
-HOMEPAGE="http://pymmlib.sourceforge.net/"
-SRC_URI="https://github.com/downloads/masci/mmLib/${P}.tar.gz"
-
-LICENSE="Artistic"
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
-IUSE="doc"
-
-RDEPEND="
- || (
- dev-python/numpy-python2[${PYTHON_USEDEP}]
- dev-python/numpy[${PYTHON_USEDEP}]
- )
- dev-python/pygtkglext[${PYTHON_USEDEP}]
- media-libs/freeglut
- virtual/glu
- virtual/opengl
- x11-libs/libXmu"
-DEPEND="${RDEPEND}
- doc? ( dev-python/epydoc[${PYTHON_USEDEP}] )"
-
-python_prepare_all() {
- rm mmLib/NumericCompat.py || die
- distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
- use doc && esetup.py doc
-}
-
-python_install_all() {
- DOCS=( "${S}"/README.txt )
- use doc && HTML_DOCS=( "${S}"/doc/. )
- distutils-r1_python_install_all
-
- python_foreach_impl python_doscript "${S}"/applications/* "${S}"/examples/*.py
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/pymmlib/
@ 2020-01-22 21:50 Michał Górny
0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2020-01-22 21:50 UTC (permalink / raw
To: gentoo-commits
commit: 59be744783f7ca37a6c5213ea9611b0110f879b2
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 22 21:42:28 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jan 22 21:49:47 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59be7447
sci-libs/pymmlib: Revbump post dep change
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sci-libs/pymmlib/{pymmlib-1.2.1.ebuild => pymmlib-1.2.1-r1.ebuild} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/sci-libs/pymmlib/pymmlib-1.2.1.ebuild b/sci-libs/pymmlib/pymmlib-1.2.1-r1.ebuild
similarity index 100%
rename from sci-libs/pymmlib/pymmlib-1.2.1.ebuild
rename to sci-libs/pymmlib/pymmlib-1.2.1-r1.ebuild
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/pymmlib/
@ 2020-01-16 7:03 Michał Górny
0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2020-01-16 7:03 UTC (permalink / raw
To: gentoo-commits
commit: 6ba1c93b1ad090b04dbe0248848fc5318ed89fc0
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 16 06:55:37 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jan 16 07:02:45 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ba1c93b
sci-libs/pymmlib: Permit numpy-python2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sci-libs/pymmlib/pymmlib-1.2.1.ebuild | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/sci-libs/pymmlib/pymmlib-1.2.1.ebuild b/sci-libs/pymmlib/pymmlib-1.2.1.ebuild
index a372a683218..e05c2a381dd 100644
--- a/sci-libs/pymmlib/pymmlib-1.2.1.ebuild
+++ b/sci-libs/pymmlib/pymmlib-1.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -17,7 +17,10 @@ KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
IUSE="doc"
RDEPEND="
- dev-python/numpy[${PYTHON_USEDEP}]
+ || (
+ dev-python/numpy-python2[${PYTHON_USEDEP}]
+ dev-python/numpy[${PYTHON_USEDEP}]
+ )
dev-python/pygtkglext[${PYTHON_USEDEP}]
media-libs/freeglut
virtual/glu
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/pymmlib/
@ 2017-12-01 23:01 David Seifert
0 siblings, 0 replies; 5+ messages in thread
From: David Seifert @ 2017-12-01 23:01 UTC (permalink / raw
To: gentoo-commits
commit: 8246fd83b9494d57555e8e0c2d31f01c798e96ee
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 1 22:43:14 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Dec 1 23:01:38 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8246fd83
sci-libs/pymmlib: [QA] Fix DESCRIPTION.toolong
sci-libs/pymmlib/pymmlib-1.2.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-libs/pymmlib/pymmlib-1.2.1.ebuild b/sci-libs/pymmlib/pymmlib-1.2.1.ebuild
index 380de4cff76..f533643cb1d 100644
--- a/sci-libs/pymmlib/pymmlib-1.2.1.ebuild
+++ b/sci-libs/pymmlib/pymmlib-1.2.1.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 )
inherit distutils-r1 multilib
-DESCRIPTION="Toolkit and library for the analysis and manipulation of macromolecular structural models"
+DESCRIPTION="Toolkit and library for the analysis and manipulation of macromolecular models"
HOMEPAGE="http://pymmlib.sourceforge.net/"
SRC_URI="mirror://github/masci/mmLib/${P}.tar.gz"
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2020-02-28 7:21 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-15 17:17 [gentoo-commits] repo/gentoo:master commit in: sci-libs/pymmlib/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2020-02-28 7:20 Mikle Kolyada
2020-01-22 21:50 Michał Górny
2020-01-16 7:03 Michał Górny
2017-12-01 23:01 David Seifert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox