summaryrefslogtreecommitdiff
path: root/dev-python/stsci-distutils
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
commit21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch)
treee1810a4b135afce04b34862ef0fab2bfaeb8aeca /dev-python/stsci-distutils
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-python/stsci-distutils')
-rw-r--r--dev-python/stsci-distutils/Manifest3
-rw-r--r--dev-python/stsci-distutils/metadata.xml23
-rw-r--r--dev-python/stsci-distutils/stsci-distutils-0.3.7.ebuild28
3 files changed, 0 insertions, 54 deletions
diff --git a/dev-python/stsci-distutils/Manifest b/dev-python/stsci-distutils/Manifest
deleted file mode 100644
index 1b24df68bb80..000000000000
--- a/dev-python/stsci-distutils/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST stsci.distutils-0.3.7.tar.gz 48831 BLAKE2B 1c1d0399d4ff7108e24161239655e5db724c2cb2b3aa0f6b92072b45e9935929426cf0dfb39878cba3faacf8575a09a863ff6830ad583e3f9cfc171b92c8890d SHA512 8ef81afe43dc080d28ce7e640c1e03cd0e0a857151ad307af742ef434e3a1abb489213a63a95618bac39a743624510a0d59a2817b6cadb929a2bcf64406ac85e
-EBUILD stsci-distutils-0.3.7.ebuild 633 BLAKE2B c0a2933e5f5c1793671938a559780b46ef154b0adb0d745c0c284239816cd66f1f4c1f8603cb0c69231b776d839fa3fc4ec9a6384939df7d6de41f4387f738e8 SHA512 19308a65ef2214a6de51ace857ecfbca1a1418f7a76de08031b1449b925414e53d11700583e7cb115b98d45ac26686d672c62ba6120a03d3df096bb057c06b99
-MISC metadata.xml 840 BLAKE2B ecf230a9dc003fa83b69f324ff1d6c8b09d34e2aa30d32d2916b22bb9792ff855042dc6b24efb56fa6560d12591a2dfee3d0937ded149e5f4f48405e77372d71 SHA512 c438ce545bc4de08dd5de0d0c0ab3b19dc9b87169d8847078e2e3bcb4fde113f0db7dd073a42a047ae268eaf4e25efece85eeac210b6f2e5260b53de48d4987d
diff --git a/dev-python/stsci-distutils/metadata.xml b/dev-python/stsci-distutils/metadata.xml
deleted file mode 100644
index e839bf3d66e9..000000000000
--- a/dev-python/stsci-distutils/metadata.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <maintainer type="project">
- <email>sci-astronomy@gentoo.org</email>
- <name>Gentoo Astronomy Project</name>
- </maintainer>
- <longdescription>
- 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.
-</longdescription>
- <upstream>
- <remote-id type="pypi">stsci.distutils</remote-id>
- </upstream>
-</pkgmetadata>
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 fef550057902..000000000000
--- 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}"