summaryrefslogtreecommitdiff
path: root/dev-python/pyrtf/pyrtf-0.45-r2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pyrtf/pyrtf-0.45-r2.ebuild')
-rw-r--r--dev-python/pyrtf/pyrtf-0.45-r2.ebuild25
1 files changed, 0 insertions, 25 deletions
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 a8cd7f64ebca..000000000000
--- 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}"