Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyx/
Date: Sat, 28 Mar 2020 21:25:02
Message-Id: 1585430690.cd28af1e74e36f5476d7a9090ed4684aaf902b7a.mgorny@gentoo
1 commit: cd28af1e74e36f5476d7a9090ed4684aaf902b7a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 28 21:14:42 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 28 21:24:50 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd28af1e
7
8 dev-python/pyx: Remove redundant versions
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/pyx/Manifest | 1 -
13 dev-python/pyx/pyx-0.14.1-r1.ebuild | 49 -------------------------------------
14 dev-python/pyx/pyx-0.14.1.ebuild | 48 ------------------------------------
15 3 files changed, 98 deletions(-)
16
17 diff --git a/dev-python/pyx/Manifest b/dev-python/pyx/Manifest
18 index aa62effd2c5..7103b8d9188 100644
19 --- a/dev-python/pyx/Manifest
20 +++ b/dev-python/pyx/Manifest
21 @@ -1,3 +1,2 @@
22 -DIST PyX-0.14.1.tar.gz 2475186 BLAKE2B 5e18b2a052c586cfdcfcc46f5351683ce7c3ec41d508b6fd5e085be543ac3730ee866b636d3ab9663e782b95efafcc340260826c82a77955b586ad7a55676c5b SHA512 16265bbdcaf28ce194189a2987b32952f296c850b829454bcccce0abd23838bfca0276c3e9c8e96b8cbfaf1473bf14669f9b7f2032ee039b61ae59ea3aa45a20
23 DIST W3C_SVG_11_TestSuite.tar.gz 14651624 BLAKE2B 680059d8b20775725cebb3aed4444acbc3222fde880ba93ee5186c99fc12afa8df2c790bdacbcd6e5ff4ab00e697d8317a9a6ae3039b8b2f02cf7774a18ca533 SHA512 e28e3996284c3f3e423e2b6957cddea71980bcb781d4180894e08f37a7ecce9c6021917329d6d433dcba792cbabb15c7cd503076e616ba5189193a5c554374ca
24 DIST pyx-0.15.gh.tar.gz 875286 BLAKE2B 49d36e1c0df3ee47a895279d7f296194324cf1582bb7db0259bcd01c9b17c4d0903c25fef10c7a22635fac62dc6378ffbece200eac99f75bb3ce81d48a71a0d1 SHA512 a7debff01f8055455855f4cac5a08d00c22d20d7918bd7341d2af83844223ae8bb23bbbe92149403656e18ffb8861e8568dfdcb59cc01c55ec60e63b62a8825a
25
26 diff --git a/dev-python/pyx/pyx-0.14.1-r1.ebuild b/dev-python/pyx/pyx-0.14.1-r1.ebuild
27 deleted file mode 100644
28 index 529d32eab31..00000000000
29 --- a/dev-python/pyx/pyx-0.14.1-r1.ebuild
30 +++ /dev/null
31 @@ -1,49 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -PYTHON_COMPAT=( python3_6 )
37 -
38 -inherit distutils-r1
39 -MY_PN=PyX
40 -MY_P="${P/pyx/PyX}"
41 -DESCRIPTION="Python package for the generation of encapsulated PostScript figures"
42 -HOMEPAGE="https://pyx.sourceforge.net/
43 - https://pypi.org/project/PyX/"
44 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
45 -
46 -LICENSE="GPL-2"
47 -SLOT="0"
48 -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
49 -IUSE="doc"
50 -
51 -RDEPEND="virtual/tex-base
52 - dev-texlive/texlive-basic"
53 -
54 -DEPEND="${RDEPEND}
55 - doc? ( virtual/latex-base
56 - dev-python/sphinx[latex,${PYTHON_USEDEP}] )"
57 -
58 -S="${WORKDIR}/${MY_P}"
59 -PATCHES=( "${FILESDIR}"/${P}-unicode-latex.patch )
60 -
61 -src_prepare() {
62 - distutils-r1_src_prepare
63 - sed -i \
64 - -e 's/^build_t1code=.*/build_t1code=1/' \
65 - -e 's/^build_pykpathsea=.*/build_pykpathsea=1/' \
66 - setup.cfg || die "setup.cfg fix failed"
67 -}
68 -
69 -python_compile_all() {
70 - if use doc; then
71 - VARTEXFONTS="${T}"/fonts
72 - emake -C "${S}"/manual latexpdf
73 - emake -C "${S}"/faq latexpdf
74 - fi
75 -}
76 -
77 -python_install_all() {
78 - use doc && dodoc manual/_build/latex/manual.pdf faq/_build/latex/pyxfaq.pdf
79 - distutils-r1_python_install_all
80 -}
81
82 diff --git a/dev-python/pyx/pyx-0.14.1.ebuild b/dev-python/pyx/pyx-0.14.1.ebuild
83 deleted file mode 100644
84 index b9e6d91ebb6..00000000000
85 --- a/dev-python/pyx/pyx-0.14.1.ebuild
86 +++ /dev/null
87 @@ -1,48 +0,0 @@
88 -# Copyright 1999-2020 Gentoo Authors
89 -# Distributed under the terms of the GNU General Public License v2
90 -
91 -EAPI=5
92 -PYTHON_COMPAT=( python3_6 )
93 -
94 -inherit distutils-r1
95 -MY_PN=PyX
96 -MY_P="${P/pyx/PyX}"
97 -DESCRIPTION="Python package for the generation of encapsulated PostScript figures"
98 -HOMEPAGE="https://pyx.sourceforge.net/
99 - https://pypi.org/project/PyX/"
100 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
101 -
102 -LICENSE="GPL-2"
103 -SLOT="0"
104 -KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
105 -IUSE="doc"
106 -
107 -RDEPEND="virtual/tex-base
108 - dev-texlive/texlive-basic"
109 -
110 -DEPEND="${RDEPEND}
111 - doc? ( virtual/latex-base
112 - dev-python/sphinx[latex,${PYTHON_USEDEP}] )"
113 -
114 -S="${WORKDIR}/${MY_P}"
115 -
116 -src_prepare() {
117 - distutils-r1_src_prepare
118 - sed -i \
119 - -e 's/^build_t1code=.*/build_t1code=1/' \
120 - -e 's/^build_pykpathsea=.*/build_pykpathsea=1/' \
121 - setup.cfg || die "setup.cfg fix failed"
122 -}
123 -
124 -python_compile_all() {
125 - if use doc; then
126 - VARTEXFONTS="${T}"/fonts
127 - emake -C "${S}"/manual latexpdf
128 - emake -C "${S}"/faq latexpdf
129 - fi
130 -}
131 -
132 -python_install_all() {
133 - use doc && dodoc manual/_build/latex/manual.pdf faq/_build/latex/pyxfaq.pdf
134 - distutils-r1_python_install_all
135 -}