From 1798c4aeca70ac8d0a243684d6a798fbc65735f8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:57:42 +0100 Subject: gentoo resync : 14.07.2018 --- dev-python/astropy-helpers/Manifest | 7 ------ .../astropy-helpers/astropy-helpers-1.2.ebuild | 23 ------------------ .../astropy-helpers/astropy-helpers-1.3.1.ebuild | 23 ------------------ .../astropy-helpers/astropy-helpers-2.0.1.ebuild | 27 ---------------------- dev-python/astropy-helpers/metadata.xml | 16 ------------- 5 files changed, 96 deletions(-) delete mode 100644 dev-python/astropy-helpers/Manifest delete mode 100644 dev-python/astropy-helpers/astropy-helpers-1.2.ebuild delete mode 100644 dev-python/astropy-helpers/astropy-helpers-1.3.1.ebuild delete mode 100644 dev-python/astropy-helpers/astropy-helpers-2.0.1.ebuild delete mode 100644 dev-python/astropy-helpers/metadata.xml (limited to 'dev-python/astropy-helpers') diff --git a/dev-python/astropy-helpers/Manifest b/dev-python/astropy-helpers/Manifest deleted file mode 100644 index 28b227e1c3a7..000000000000 --- a/dev-python/astropy-helpers/Manifest +++ /dev/null @@ -1,7 +0,0 @@ -DIST astropy-helpers-1.2.tar.gz 134346 BLAKE2B bbd341a164bfbbc7e6a7eed98f4880e9505d458a6ae3e94d0b4f6a3be074bc01833cbc62015f60b77bb0f11e96a394bb3e6002e9cfce59dc467e5259d06fb0e0 SHA512 c343b2d8a2f37f8baa94a4920c458b23fe28e5afa812937559cd10c1f6750bacc21aec38b8f52367ec68e2ea3ffeea85125290c320288888b3076abebb8f2e7e -DIST astropy-helpers-1.3.1.tar.gz 136460 BLAKE2B 123b9de9dcf7dfa6206a4ec452b5c5fa782cad5600a3b8b8a63974ff0d15b64a2e1c77659d98bf14cfcd4e2ba5b5ea87700bea01ff5454c64b8f239d14580568 SHA512 796e9827a6c29e148474180c9c8f934a51a8ed455991d84a096025ed5d8aecf764a8152a8b24aa1aec6c254b39ca3f13ebfc764717bd0109022b86c384ebaa99 -DIST astropy-helpers-2.0.1.tar.gz 122118 BLAKE2B 366d3c2af2c53082d23b1a5951b0a6c2e990fc1ba38af98bc2e0647b421c17943fbbab8727370eb15c16339fc6265c6a42c7ce85c0fd8c3ff616b44777489213 SHA512 ce0fb8bccc11b4e26ae9455f156274a4fbdf82bb1b6bf6c8322b0cb218502bcf291c175149e71ebd31cbd0434455a3c974cccd38c38f9263ae624cf2edffd475 -EBUILD astropy-helpers-1.2.ebuild 598 BLAKE2B c6401e753b1eca3fdb817c593eec1bf4d7d82f9a073a68f22d7ac42c626214a69e6f590cc18e2780e466336ac45bf2e5d687d35c8a535b006b332be7dae89407 SHA512 f0999f0722c52da20d165b50441bb9bd9e9ecca4eadf0952d87ab9702d90874d87bb23c956f83bce2e5944dd271497ce4c3971f1612e95abb00d79426fae9448 -EBUILD astropy-helpers-1.3.1.ebuild 600 BLAKE2B d6544bc4b88c3170e0f223722a56d7e6029f12c00a168829159746b0c618cfd7fb656633dfc7e7a4528ba8103a922aa429eb5189f680e313af1709c2ead1b269 SHA512 629296062e3af82ea9a084fd8164c1364dca5d8a8fc8858e75fd7177c95c1be43695f4b88c405a2295c56cad4cfca40ab14d4c2f2fe2964dfb16d97bcaafedea -EBUILD astropy-helpers-2.0.1.ebuild 656 BLAKE2B 54d98ce7c8e539f5379ddee724f43d10d8425972ecaefc15776dc96048328063e7f2bc7c2ff5666420c2d872e4487320519889ccebc3293d4fbffc5194559efe SHA512 309cfdeda6b3a34615c7df1a180403e27fa3c0c47f4195abe31e746db52035182541e85d2124cdb4365f754e8080bf09f94cec4985cbdba4247345cb4ebdeb2b -MISC metadata.xml 558 BLAKE2B 20913fc4b4872dea89683861f6fe80149a2f4d466d3e77e7a72ff14a2ea01d408e9fe5e945ce6dc8df16a2915acf4f8781b547314dffc93db2821898fa12a880 SHA512 89de5e5c1557ac63fe6147d8208ac796a740c818477590968ab25ca11ac3b90433c946f73459990bf431c840ce7c85c0bfb282ab2b93266cb8f66058ef0046a9 diff --git a/dev-python/astropy-helpers/astropy-helpers-1.2.ebuild b/dev-python/astropy-helpers/astropy-helpers-1.2.ebuild deleted file mode 100644 index 79aa9bac20fd..000000000000 --- a/dev-python/astropy-helpers/astropy-helpers-1.2.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_{4,5} ) - -inherit distutils-r1 xdg-utils - -DESCRIPTION="Helpers for Astropy and Affiliated packages" -HOMEPAGE="https://github.com/astropy/astropy-helpers" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -IUSE="" -KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" - -python_prepare_all() { - sed -e '/import ah_bootstrap/d' -i setup.py || die "Removing ah_bootstrap failed" - xdg_environment_reset - distutils-r1_python_prepare_all -} diff --git a/dev-python/astropy-helpers/astropy-helpers-1.3.1.ebuild b/dev-python/astropy-helpers/astropy-helpers-1.3.1.ebuild deleted file mode 100644 index 84a5de50abbf..000000000000 --- a/dev-python/astropy-helpers/astropy-helpers-1.3.1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) - -inherit distutils-r1 xdg-utils - -DESCRIPTION="Helpers for Astropy and Affiliated packages" -HOMEPAGE="https://github.com/astropy/astropy-helpers" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -IUSE="" -KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" - -python_prepare_all() { - sed -e '/import ah_bootstrap/d' -i setup.py || die "Removing ah_bootstrap failed" - xdg_environment_reset - distutils-r1_python_prepare_all -} diff --git a/dev-python/astropy-helpers/astropy-helpers-2.0.1.ebuild b/dev-python/astropy-helpers/astropy-helpers-2.0.1.ebuild deleted file mode 100644 index 68cb890bf330..000000000000 --- a/dev-python/astropy-helpers/astropy-helpers-2.0.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) - -inherit distutils-r1 xdg-utils - -MYPV=${PV/_/} -S=${WORKDIR}/${PN}-${MYPV} - -DESCRIPTION="Helpers for Astropy and Affiliated packages" -HOMEPAGE="https://github.com/astropy/astropy-helpers" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${MYPV}.tar.gz" - -LICENSE="BSD" -SLOT="0" -IUSE="" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" - -python_prepare_all() { - sed -e '/import ah_bootstrap/d' \ - -i setup.py || die "Removing ah_bootstrap failed" - xdg_environment_reset - distutils-r1_python_prepare_all -} diff --git a/dev-python/astropy-helpers/metadata.xml b/dev-python/astropy-helpers/metadata.xml deleted file mode 100644 index 845f41eee17a..000000000000 --- a/dev-python/astropy-helpers/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - sci-astronomy@gentoo.org - Gentoo Astronomy Project - - - astropy-helpers is a collection of build tools used by astropy - that may be used by other projects. - - - astropy-helpers - astropy/astropy-helpers - - -- cgit v1.2.3