* [gentoo-commits] repo/gentoo:master commit in: dev-python/pyrtf/
@ 2016-05-24 14:33 Patrice Clement
0 siblings, 0 replies; 2+ messages in thread
From: Patrice Clement @ 2016-05-24 14:33 UTC (permalink / raw
To: gentoo-commits
commit: 3b78aa06487586d926fec74228bebf896f877266
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue May 24 08:26:46 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue May 24 14:05:29 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b78aa06
dev-python/pyrtf: Add Python 3.x support and a missing dependency to DEPEND. Shorten DESCRPTION and clear QA warning.
Package-Manager: portage-2.2.28
dev-python/pyrtf/pyrtf-0.45-r2.ebuild | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/dev-python/pyrtf/pyrtf-0.45-r2.ebuild b/dev-python/pyrtf/pyrtf-0.45-r2.ebuild
new file mode 100644
index 0000000..9abad08
--- /dev/null
+++ b/dev-python/pyrtf/pyrtf-0.45-r2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
+
+inherit distutils-r1
+
+MY_PN="PyRTF"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Python library to produce RTF documents"
+HOMEPAGE="http://pyrtf.sourceforge.net https://pypi.python.org/pypi/PyRTF"
+SRC_URI="mirror://sourceforge/$PN/${MY_P}.tar.gz"
+
+LICENSE="|| ( GPL-2 LGPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND=""
+
+S="${WORKDIR}/${MY_P}"
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pyrtf/
@ 2018-07-25 23:11 Mikle Kolyada
0 siblings, 0 replies; 2+ messages in thread
From: Mikle Kolyada @ 2018-07-25 23:11 UTC (permalink / raw
To: gentoo-commits
commit: f4cb5da2bd25b99240f5c71ee18e301a56ec6b27
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 25 23:10:50 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Wed Jul 25 23:10:50 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4cb5da2
dev-python/pyrtf: remove last rited package
Closes: https://bugs.gentoo.org/658984
dev-python/pyrtf/Manifest | 1 -
dev-python/pyrtf/metadata.xml | 11 -----------
dev-python/pyrtf/pyrtf-0.45-r2.ebuild | 25 -------------------------
3 files changed, 37 deletions(-)
diff --git a/dev-python/pyrtf/Manifest b/dev-python/pyrtf/Manifest
deleted file mode 100644
index 6c00b5ce68a..00000000000
--- a/dev-python/pyrtf/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST PyRTF-0.45.tar.gz 32837 BLAKE2B b6ec2ba832f0d7e84cc4de525c260191aec04156d22ccfe2e710110ae3f678f5cb119e08eba04aaa626b4c22cf343e31541ea7baca343f7bb9ea11fd80351397 SHA512 d07478ba7db6d3ef3e6c1925a58fb50b18936fecc4562338dd5b05d23672a4509a719b657a5b9e60bab5351f2be77551354fc9b856d7a9d3d4539733b05ab360
diff --git a/dev-python/pyrtf/metadata.xml b/dev-python/pyrtf/metadata.xml
deleted file mode 100644
index 05ae47510e5..00000000000
--- a/dev-python/pyrtf/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <upstream>
- <remote-id type="sourceforge">pyrtf</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-python/pyrtf/pyrtf-0.45-r2.ebuild b/dev-python/pyrtf/pyrtf-0.45-r2.ebuild
deleted file mode 100644
index a8cd7f64ebc..00000000000
--- a/dev-python/pyrtf/pyrtf-0.45-r2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
-
-inherit distutils-r1
-
-MY_PN="PyRTF"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Python library to produce RTF documents"
-HOMEPAGE="http://pyrtf.sourceforge.net https://pypi.org/project/PyRTF/"
-SRC_URI="mirror://sourceforge/$PN/${MY_P}.tar.gz"
-
-LICENSE="|| ( GPL-2 LGPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND=""
-
-S="${WORKDIR}/${MY_P}"
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-07-25 23:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-25 23:11 [gentoo-commits] repo/gentoo:master commit in: dev-python/pyrtf/ Mikle Kolyada
-- strict thread matches above, loose matches on Subject: below --
2016-05-24 14:33 Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox