summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-01-05 10:53:13 +0100
committerMichał Górny <mgorny@gentoo.org>2018-01-05 14:25:41 +0100
commit770907654306be8ca7cb15cbf6b15e39c6336f55 (patch)
treed1a152256052d64998aa63a0a60e19a26a2d122b
parentdev-python/nltk: Clean old up (diff)
downloadgentoo-770907654306be8ca7cb15cbf6b15e39c6336f55.tar.gz
gentoo-770907654306be8ca7cb15cbf6b15e39c6336f55.tar.bz2
gentoo-770907654306be8ca7cb15cbf6b15e39c6336f55.zip
dev-python/node-semver: Clean old up
-rw-r--r--dev-python/node-semver/Manifest1
-rw-r--r--dev-python/node-semver/node-semver-0.1.1.ebuild32
2 files changed, 0 insertions, 33 deletions
diff --git a/dev-python/node-semver/Manifest b/dev-python/node-semver/Manifest
index a913a140bb3a..98bbc500a8f5 100644
--- a/dev-python/node-semver/Manifest
+++ b/dev-python/node-semver/Manifest
@@ -1,2 +1 @@
-DIST node-semver-0.1.1.tar.gz 18338 BLAKE2B cfb9c74cb3cf84725de7de5a97766616f0327f7db0f91687f4448fca8d3f47505060f0580bc27bd0c7d53c160ccda29159f07345949d1132a12cff410ab08fcf SHA512 f652a69330907722d1e6449f237ae6c006a11c48f49b450d390700704309672573add77c103fc53d052014e751949348b344b001acf85ae6668e504811a1d198
DIST node-semver-0.2.0.tar.gz 10236 BLAKE2B f4f48761a0086b8a2e79307427b4dc93954362452f653042582024cee593b4b7fefb1a14d3d4ea6832255209b054c9bdb05b02cb101af1e359a1266c472c5149 SHA512 7c636d94a262723c5e50123433c9c7af38424c46711c1b8e001931b242fc9703a084a0426b75e6884104a4adc6104a298355bf3c1604b9cae0ddab7d5f11b430
diff --git a/dev-python/node-semver/node-semver-0.1.1.ebuild b/dev-python/node-semver/node-semver-0.1.1.ebuild
deleted file mode 100644
index 6285b77acb50..000000000000
--- a/dev-python/node-semver/node-semver-0.1.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python version of node-semver, the semantic versioner for npm"
-HOMEPAGE="
- https://pypi.python.org/pypi/node-semver
- https://github.com/podhmo/python-semver
- https://github.com/npm/node-semver"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
-
-python_prepare_all() {
- # https://github.com/podhmo/python-semver/issues/4
- sed -i -e "/github.com/d" semver/tests/test_negative_range.py || die
- distutils-r1_python_prepare_all
-}
-
-python_test() {
- py.test || die
-}