Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ccdproc/
Date: Sat, 28 Dec 2019 17:02:23
Message-Id: 1577552532.578f8af02a16160c1cd62c5c0df74cf64ee27329.zlogene@gentoo
1 commit: 578f8af02a16160c1cd62c5c0df74cf64ee27329
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 28 17:02:12 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 28 17:02:12 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=578f8af0
7
8 dev-python/ccdproc: remove last-rited pkg
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11
12 dev-python/ccdproc/Manifest | 2 --
13 dev-python/ccdproc/ccdproc-1.1.0.ebuild | 53 --------------------------------
14 dev-python/ccdproc/ccdproc-1.2.0.ebuild | 54 ---------------------------------
15 dev-python/ccdproc/metadata.xml | 17 -----------
16 4 files changed, 126 deletions(-)
17
18 diff --git a/dev-python/ccdproc/Manifest b/dev-python/ccdproc/Manifest
19 deleted file mode 100644
20 index c9fc705ec1c..00000000000
21 --- a/dev-python/ccdproc/Manifest
22 +++ /dev/null
23 @@ -1,2 +0,0 @@
24 -DIST ccdproc-1.1.0.tar.gz 493426 BLAKE2B dec23d02d4ff5d61e2b348a0d68eb48d45b701456dac7242f183e892319759697a6737b0bba2afca29ea56acf42d25d62da8e3129e5fa23a9544f9c5034a0c60 SHA512 72c55df91e2ede41898af0631d83121f7e13f468c16da570e6fca5742f431914be7da5e030f62041fb59b2d8c721b4250205d7b733d8bbb2becb15d9b98607be
25 -DIST ccdproc-1.2.0.tar.gz 504810 BLAKE2B c890a1c289aabd9bb07365020cc1834478613329bb47e3e904c0fdbec660f1d23ddd5656a2a5af60bf1c760789e5b947c7f199be62fcf66fa780399fdfa1a77c SHA512 f9f400aedf46ea7614e5a958f65e058dc081604b3bed499cdabe6abf4df3c4d1457469aaa15511edf1a2518f98e6d6fe8677a5b89b01b2dde4c0d0817d8c64df
26
27 diff --git a/dev-python/ccdproc/ccdproc-1.1.0.ebuild b/dev-python/ccdproc/ccdproc-1.1.0.ebuild
28 deleted file mode 100644
29 index e67e614e573..00000000000
30 --- a/dev-python/ccdproc/ccdproc-1.1.0.ebuild
31 +++ /dev/null
32 @@ -1,53 +0,0 @@
33 -# Copyright 1999-2019 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -PYTHON_COMPAT=( python3_5 )
39 -
40 -inherit distutils-r1
41 -
42 -DESCRIPTION="Astropy affiliated package for reducing optical/IR CCD data"
43 -HOMEPAGE="https://github.com/astropy/ccdproc"
44 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
45 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
46 -
47 -LICENSE="BSD"
48 -SLOT="0"
49 -IUSE="doc test"
50 -RESTRICT="!test? ( test )"
51 -
52 -DOCS=( README.rst )
53 -
54 -RDEPEND="
55 - dev-python/astropy[${PYTHON_USEDEP}]
56 - dev-python/astropy-helpers[${PYTHON_USEDEP}]
57 - dev-python/numpy[${PYTHON_USEDEP}]
58 - sci-libs/scipy[${PYTHON_USEDEP}]"
59 -
60 -DEPEND="${RDEPEND}
61 - dev-python/setuptools[${PYTHON_USEDEP}]
62 - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
63 - test? (
64 - dev-python/astroscrappy[${PYTHON_USEDEP}]
65 - dev-python/pytest[${PYTHON_USEDEP}]
66 - dev-python/reproject[${PYTHON_USEDEP}]
67 - )"
68 -
69 -python_prepare_all() {
70 - sed -i -e '/auto_use/s/True/False/' setup.cfg || die
71 - distutils-r1_python_prepare_all
72 -}
73 -
74 -python_compile_all() {
75 - use doc && esetup.py build_sphinx
76 -}
77 -
78 -python_test() {
79 - esetup.py test
80 -}
81 -
82 -python_install_all() {
83 - use doc && local HTML_DOCS=( docs/_build/html/. )
84 - distutils-r1_python_install_all
85 -}
86
87 diff --git a/dev-python/ccdproc/ccdproc-1.2.0.ebuild b/dev-python/ccdproc/ccdproc-1.2.0.ebuild
88 deleted file mode 100644
89 index da6af5099b0..00000000000
90 --- a/dev-python/ccdproc/ccdproc-1.2.0.ebuild
91 +++ /dev/null
92 @@ -1,54 +0,0 @@
93 -# Copyright 1999-2019 Gentoo Authors
94 -# Distributed under the terms of the GNU General Public License v2
95 -
96 -EAPI=6
97 -
98 -PYTHON_COMPAT=( python3_{5,6} )
99 -
100 -inherit distutils-r1
101 -
102 -DESCRIPTION="Astropy affiliated package for reducing optical/IR CCD data"
103 -HOMEPAGE="https://github.com/astropy/ccdproc"
104 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
105 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
106 -
107 -LICENSE="BSD"
108 -SLOT="0"
109 -IUSE="doc test"
110 -RESTRICT="!test? ( test )"
111 -
112 -DOCS=( README.rst )
113 -
114 -RDEPEND="
115 - dev-python/astropy[${PYTHON_USEDEP}]
116 - dev-python/astropy-helpers[${PYTHON_USEDEP}]
117 - dev-python/numpy[${PYTHON_USEDEP}]
118 - sci-libs/scipy[${PYTHON_USEDEP}]"
119 -
120 -DEPEND="${RDEPEND}
121 - dev-python/setuptools[${PYTHON_USEDEP}]
122 - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
123 - test? (
124 - dev-python/astroscrappy[${PYTHON_USEDEP}]
125 - dev-python/pytest[${PYTHON_USEDEP}]
126 - dev-python/reproject[${PYTHON_USEDEP}]
127 - sci-libs/scikits_image[${PYTHON_USEDEP}]
128 - )"
129 -
130 -python_prepare_all() {
131 - sed -i -e '/auto_use/s/True/False/' setup.cfg || die
132 - distutils-r1_python_prepare_all
133 -}
134 -
135 -python_compile_all() {
136 - use doc && esetup.py build_sphinx
137 -}
138 -
139 -python_test() {
140 - esetup.py test
141 -}
142 -
143 -python_install_all() {
144 - use doc && local HTML_DOCS=( docs/_build/html/. )
145 - distutils-r1_python_install_all
146 -}
147
148 diff --git a/dev-python/ccdproc/metadata.xml b/dev-python/ccdproc/metadata.xml
149 deleted file mode 100644
150 index 8c6cd2dde78..00000000000
151 --- a/dev-python/ccdproc/metadata.xml
152 +++ /dev/null
153 @@ -1,17 +0,0 @@
154 -<?xml version='1.0' encoding='UTF-8'?>
155 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
156 -<pkgmetadata>
157 - <maintainer type="project">
158 - <email>sci-astronomy@g.o</email>
159 - <name>Gentoo Astronomy Project</name>
160 - </maintainer>
161 - <longdescription lang="en">
162 - ccdproc is a AstroPy-affliated package for the basic reduction of
163 - CCD images. It provides a framework for accounting for error propagation
164 - and bad pixel tracking through the reduction steps.
165 - </longdescription>
166 - <upstream>
167 - <remote-id type="pypi">ccdproc</remote-id>
168 - <remote-id type="github">astropy/ccdproc</remote-id>
169 - </upstream>
170 -</pkgmetadata>