Gentoo Archives: gentoo-commits

From: Horea Christian <horea.christ@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-tex/pythontex/
Date: Tue, 31 Mar 2020 05:18:17
Message-Id: 1585631842.dc103ac662cb6fe80403f76fc6fbcb1e7d19f569.chymera@gentoo
1 commit: dc103ac662cb6fe80403f76fc6fbcb1e7d19f569
2 Author: Horea Christian <chr <AT> chymera <DOT> eu>
3 AuthorDate: Tue Mar 31 05:17:22 2020 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Tue Mar 31 05:17:22 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=dc103ac6
7
8 dev-tex/pythontex: removed duplicated package
9
10 better maintained version available in Gentoo Main
11 https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdfafe0e4cbb664b050ba7c2ff9ba2baa3aa3a08
12
13 Signed-off-by: Horea Christian <chr <AT> chymera.eu>
14
15 dev-tex/pythontex/metadata.xml | 14 ---------
16 dev-tex/pythontex/pythontex-0.17.ebuild | 51 --------------------------------
17 dev-tex/pythontex/pythontex-9999.ebuild | 52 ---------------------------------
18 3 files changed, 117 deletions(-)
19
20 diff --git a/dev-tex/pythontex/metadata.xml b/dev-tex/pythontex/metadata.xml
21 deleted file mode 100644
22 index 419fac610..000000000
23 --- a/dev-tex/pythontex/metadata.xml
24 +++ /dev/null
25 @@ -1,14 +0,0 @@
26 -<?xml version="1.0" encoding="UTF-8"?>
27 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
28 -<pkgmetadata>
29 - <maintainer type="project">
30 - <email>sci@g.o</email>
31 - <name>Gentoo Science Project</name>
32 - </maintainer>
33 - <use>
34 - <flag name="highlighting">enable code highlight</flag>
35 - </use>
36 - <upstream>
37 - <remote-id type="github">gpoore/pythontex</remote-id>
38 - </upstream>
39 -</pkgmetadata>
40
41 diff --git a/dev-tex/pythontex/pythontex-0.17.ebuild b/dev-tex/pythontex/pythontex-0.17.ebuild
42 deleted file mode 100644
43 index 06e33d11a..000000000
44 --- a/dev-tex/pythontex/pythontex-0.17.ebuild
45 +++ /dev/null
46 @@ -1,51 +0,0 @@
47 -# Copyright 1999-2020 Gentoo Foundation
48 -# Distributed under the terms of the GNU General Public License v2
49 -
50 -EAPI=7
51 -
52 -PYTHON_COMPAT=( python3_{6,7} )
53 -
54 -inherit latex-package python-r1
55 -
56 -DESCRIPTION="Fast Access to Python from within LaTeX"
57 -HOMEPAGE="https://github.com/gpoore/pythontex"
58 -SRC_URI="https://github.com/gpoore/pythontex/archive/v${PV}.tar.gz -> ${P}.tar.gz"
59 -
60 -SLOT="0"
61 -LICENSE="LPPL-1.3 BSD"
62 -KEYWORDS="~amd64"
63 -IUSE="highlighting"
64 -
65 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
66 -
67 -DEPEND="${PYTHON_DEPS}
68 - >=dev-texlive/texlive-latex-2016"
69 -RDEPEND="${DEPEND}
70 - >=dev-texlive/texlive-latex-2016
71 - highlighting? ( dev-python/pygments[${PYTHON_USEDEP}] )"
72 -
73 -TEXMF=/usr/share/texmf-site
74 -
75 -src_compile() {
76 - cd ${PN} || die
77 - ebegin "Compiling ${PN}"
78 - rm ${PN}.sty || die
79 - VARTEXFONTS="${T}/fonts" latex ${PN}.ins extra || die
80 - eend
81 -}
82 -
83 -src_install() {
84 - dodoc ${PN}/README "${S}"/*rst ${PN}_quickstart/*
85 -
86 - cd ${PN} || die
87 -
88 - installation() {
89 - python_domodule {de,}${PN}3.py
90 - python_domodule ${PN}_{engines,utils}.py
91 - python_doscript {de,}${PN}.py syncpdb.py
92 - python_optimize
93 - }
94 - python_foreach_impl installation
95 -
96 - latex-package_src_doinstall dtx ins sty
97 -}
98
99 diff --git a/dev-tex/pythontex/pythontex-9999.ebuild b/dev-tex/pythontex/pythontex-9999.ebuild
100 deleted file mode 100644
101 index 9866a0fdb..000000000
102 --- a/dev-tex/pythontex/pythontex-9999.ebuild
103 +++ /dev/null
104 @@ -1,52 +0,0 @@
105 -# Copyright 1999-2020 Gentoo Foundation
106 -# Distributed under the terms of the GNU General Public License v2
107 -
108 -EAPI=7
109 -
110 -PYTHON_COMPAT=( python3_{6,7} )
111 -
112 -inherit latex-package python-r1 git-r3
113 -
114 -DESCRIPTION="Fast Access to Python from within LaTeX"
115 -HOMEPAGE="https://github.com/gpoore/pythontex"
116 -SRC_URI=""
117 -EGIT_REPO_URI="https://github.com/gpoore/pythontex.git"
118 -
119 -SLOT="0"
120 -LICENSE="LPPL-1.3 BSD"
121 -KEYWORDS=""
122 -IUSE="highlighting"
123 -
124 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
125 -
126 -DEPEND="${PYTHON_DEPS}
127 - dev-texlive/texlive-latex"
128 -RDEPEND="${DEPEND}
129 - dev-texlive/texlive-latex
130 - highlighting? ( dev-python/pygments[${PYTHON_USEDEP}] )"
131 -
132 -TEXMF=/usr/share/texmf-site
133 -
134 -src_compile() {
135 - cd ${PN} || die
136 - ebegin "Compiling ${PN}"
137 - rm ${PN}.sty || die
138 - VARTEXFONTS="${T}/fonts" latex ${PN}.ins extra || die
139 - eend
140 -}
141 -
142 -src_install() {
143 - dodoc ${PN}/README "${S}"/*rst ${PN}_quickstart/*
144 -
145 - cd ${PN} || die
146 -
147 - installation() {
148 - python_domodule {de,}${PN}3.py
149 - python_domodule ${PN}_{engines,utils}.py
150 - python_doscript {de,}${PN}.py syncpdb.py
151 - python_optimize
152 - }
153 - python_foreach_impl installation
154 -
155 - latex-package_src_doinstall dtx ins sty
156 -}