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-python/pydotplus/
Date: Sun, 27 Sep 2020 21:24:35
Message-Id: 1601241819.df0e3b949c72e5e05c765deca248ed3e3320004f.chymera@gentoo
1 commit: df0e3b949c72e5e05c765deca248ed3e3320004f
2 Author: Horea Christian <chr <AT> chymera <DOT> eu>
3 AuthorDate: Sun Sep 27 21:23:39 2020 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Sun Sep 27 21:23:39 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=df0e3b94
7
8 dev-python/pydotplus: superseded by Gentoo Main
9
10 https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6af275b39b57cc7e008d7c6c4e816948b8f555ff
11
12 Package-Manager: Portage-3.0.8, Repoman-3.0.1
13 Signed-off-by: Horea Christian <chr <AT> chymera.eu>
14
15 dev-python/pydotplus/metadata.xml | 19 -------------------
16 dev-python/pydotplus/pydotplus-2.0.2.ebuild | 28 ----------------------------
17 2 files changed, 47 deletions(-)
18
19 diff --git a/dev-python/pydotplus/metadata.xml b/dev-python/pydotplus/metadata.xml
20 deleted file mode 100644
21 index aa8f9c150..000000000
22 --- a/dev-python/pydotplus/metadata.xml
23 +++ /dev/null
24 @@ -1,19 +0,0 @@
25 -<?xml version="1.0" encoding="UTF-8"?>
26 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
27 -<pkgmetadata>
28 - <maintainer type="person">
29 - <email>horea.christ@×××××.com</email>
30 - <name>Horea Christian</name>
31 - </maintainer>
32 - <maintainer type="project">
33 - <email>sci@g.o</email>
34 - <name>Gentoo Science Project</name>
35 - </maintainer>
36 - <longdescription lang="en">
37 -PyDotPlus is an improved version of the old pydot project that provides a Python Interface to
38 -Graphviz’s Dot language.
39 -</longdescription>
40 - <upstream>
41 - <remote-id type="pypi">pydotplus</remote-id>
42 - </upstream>
43 -</pkgmetadata>
44
45 diff --git a/dev-python/pydotplus/pydotplus-2.0.2.ebuild b/dev-python/pydotplus/pydotplus-2.0.2.ebuild
46 deleted file mode 100644
47 index afe343d8f..000000000
48 --- a/dev-python/pydotplus/pydotplus-2.0.2.ebuild
49 +++ /dev/null
50 @@ -1,28 +0,0 @@
51 -# Copyright 1999-2020 Gentoo Authors
52 -# Distributed under the terms of the GNU General Public License v2
53 -
54 -EAPI=7
55 -
56 -PYTHON_COMPAT=( python{2_7,3_6,3_7} )
57 -
58 -inherit distutils-r1
59 -
60 -DESCRIPTION="Improved version of the old pydot project"
61 -HOMEPAGE="http://pydotplus.readthedocs.org/"
62 -SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz"
63 -
64 -LICENSE="MIT"
65 -SLOT="0"
66 -KEYWORDS="~amd64 ~x86"
67 -IUSE="test"
68 -
69 -DEPEND="
70 - dev-python/setuptools[${PYTHON_USEDEP}]
71 - "
72 -RDEPEND="
73 - dev-python/pyparsing[${PYTHON_USEDEP}]
74 - "
75 -
76 -python_test() {
77 - ${EPYTHON} -m unittest discover || die
78 -}