summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-31 12:11:16 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-31 12:11:16 +0200
commit6a8c83d1c5d19d35b13bed58bef46b23c6caccd7 (patch)
tree0599ea1f902c78e5fc500f54e140bc6fa99eec9a /dev-python/pyswisseph/pyswisseph-2.05.01_pre20160529.ebuild
parentdev-python/pyodbc: Remove last-rited pkg (diff)
downloadgentoo-6a8c83d1c5d19d35b13bed58bef46b23c6caccd7.tar.gz
gentoo-6a8c83d1c5d19d35b13bed58bef46b23c6caccd7.tar.bz2
gentoo-6a8c83d1c5d19d35b13bed58bef46b23c6caccd7.zip
dev-python/pyswisseph: Remove last-rited pkg
Closes: https://bugs.gentoo.org/719432 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyswisseph/pyswisseph-2.05.01_pre20160529.ebuild')
-rw-r--r--dev-python/pyswisseph/pyswisseph-2.05.01_pre20160529.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-python/pyswisseph/pyswisseph-2.05.01_pre20160529.ebuild b/dev-python/pyswisseph/pyswisseph-2.05.01_pre20160529.ebuild
deleted file mode 100644
index a72e8ebba1d7..000000000000
--- a/dev-python/pyswisseph/pyswisseph-2.05.01_pre20160529.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python extension to the AstroDienst Swiss Ephemeris"
-HOMEPAGE="https://github.com/astrorigin/pyswisseph"
-if [[ ${PV} == 9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/astrorigin/${PN}.git"
-else
- COMMIT_ID=4f76befee7e39dff96b4c068cc6ce5fa66fb021c
- SRC_URI="https://github.com/astrorigin/${PN}/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
- S="${WORKDIR}/${PN}-${COMMIT_ID}"
-fi
-
-LICENSE="GPL-2+"
-SLOT="0"
-
-DEPEND=""
-RDEPEND="${DEPEND}"