[gentoo-commits] repo/gentoo:master commit in: dev-python/stsci-distutils/

2019-12-28 Thread Mikle Kolyada
commit: ef3115bc7513cc97fbb36399945ad8c47501d1f4
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Dec 28 16:37:39 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Dec 28 16:37:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef3115bc

dev-python/stsci-distutils: remove last-rited pkg

Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-python/stsci-distutils/Manifest|  1 -
 dev-python/stsci-distutils/metadata.xml| 23 --
 .../stsci-distutils/stsci-distutils-0.3.7.ebuild   | 28 --
 3 files changed, 52 deletions(-)

diff --git a/dev-python/stsci-distutils/Manifest 
b/dev-python/stsci-distutils/Manifest
deleted file mode 100644
index f76a71e482c..000
--- a/dev-python/stsci-distutils/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST stsci.distutils-0.3.7.tar.gz 48831 BLAKE2B 
1c1d0399d4ff7108e24161239655e5db724c2cb2b3aa0f6b92072b45e9935929426cf0dfb39878cba3faacf8575a09a863ff6830ad583e3f9cfc171b92c8890d
 SHA512 
8ef81afe43dc080d28ce7e640c1e03cd0e0a857151ad307af742ef434e3a1abb489213a63a95618bac39a743624510a0d59a2817b6cadb929a2bcf64406ac85e

diff --git a/dev-python/stsci-distutils/metadata.xml 
b/dev-python/stsci-distutils/metadata.xml
deleted file mode 100644
index e839bf3d66e..000
--- a/dev-python/stsci-distutils/metadata.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-pyt...@gentoo.org
-Python
-  
-  
-sci-astron...@gentoo.org
-Gentoo Astronomy Project
-  
-  
-  This package contains utilities used to package some of STScI's Python
-  projects; specifically those projects that comprise stsci_python and
-  Astrolib.
-  It currently consists mostly of some setup_hook scripts meant for use with
-  distutils2/packaging and/or d2to1, and a customized easy_install command
-  meant for use with distribute.
-
-  
-stsci.distutils
-  
-

diff --git a/dev-python/stsci-distutils/stsci-distutils-0.3.7.ebuild 
b/dev-python/stsci-distutils/stsci-distutils-0.3.7.ebuild
deleted file mode 100644
index fef55005790..000
--- a/dev-python/stsci-distutils/stsci-distutils-0.3.7.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{5,6} pypy )
-
-inherit distutils-r1
-
-MY_PN=${PN/-/.}
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="Utilities used to package some of STScI's Python projects"
-HOMEPAGE="http://www.stsci.edu/resources/software_hardware/stsci_python;
-SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-DEPEND="
-   dev-python/d2to1[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-"
-
-S="${WORKDIR}/${MY_P}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/stsci-distutils/

2018-06-24 Thread Pacho Ramos
commit: 82efd2a0aa3c61ab14d5dc87a8ad3c41976e1e22
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Jun 24 16:12:01 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Jun 24 16:21:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82efd2a0

dev-python/stsci-distutils: Support python 3.6

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/stsci-distutils/stsci-distutils-0.3.7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/stsci-distutils/stsci-distutils-0.3.7.ebuild 
b/dev-python/stsci-distutils/stsci-distutils-0.3.7.ebuild
index 5486f48a8f9..c5e1000823b 100644
--- a/dev-python/stsci-distutils/stsci-distutils-0.3.7.ebuild
+++ b/dev-python/stsci-distutils/stsci-distutils-0.3.7.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/stsci-distutils/

2015-10-22 Thread Justin Lecher
commit: 1bddf69e59b7f82df2bff2f27ab9a9bfb8006866
Author: Justin Lecher  gentoo  org>
AuthorDate: Thu Oct 22 07:23:51 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Thu Oct 22 08:31:52 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bddf69e

dev-python/stsci-distutils: Add python3.5 support

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/stsci-distutils/metadata.xml | 12 ++--
 dev-python/stsci-distutils/stsci-distutils-0.3.7.ebuild | 13 -
 2 files changed, 14 insertions(+), 11 deletions(-)

diff --git a/dev-python/stsci-distutils/metadata.xml 
b/dev-python/stsci-distutils/metadata.xml
index 075a4ef..9d1830e 100644
--- a/dev-python/stsci-distutils/metadata.xml
+++ b/dev-python/stsci-distutils/metadata.xml
@@ -1,9 +1,9 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-python
-sci-astronomy
-
+  python
+  sci-astronomy
+  
   This package contains utilities used to package some of STScI's Python
   projects; specifically those projects that comprise stsci_python and
   Astrolib.
@@ -11,7 +11,7 @@
   distutils2/packaging and/or d2to1, and a customized easy_install command
   meant for use with distribute.
 
-
-  stsci.distutils
-
+  
+stsci.distutils
+  
 

diff --git a/dev-python/stsci-distutils/stsci-distutils-0.3.7.ebuild 
b/dev-python/stsci-distutils/stsci-distutils-0.3.7.ebuild
index e984e71..f4b369b 100644
--- a/dev-python/stsci-distutils/stsci-distutils-0.3.7.ebuild
+++ b/dev-python/stsci-distutils/stsci-distutils-0.3.7.ebuild
@@ -4,12 +4,13 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
-MY_PN=${PN/-/.}
-MY_P=${MY_PN}-${PV}
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
 
 inherit distutils-r1
 
+MY_PN=${PN/-/.}
+MY_P=${MY_PN}-${PV}
+
 DESCRIPTION="Utilities used to package some of STScI's Python projects"
 HOMEPAGE="http://www.stsci.edu/resources/software_hardware/stsci_python;
 SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
@@ -19,8 +20,10 @@ SLOT="0"
 KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+DEPEND="
dev-python/d2to1[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"
 
 S="${WORKDIR}/${MY_P}"