public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/node-semver/
Date: Fri,  5 Jan 2018 13:26:15 +0000 (UTC)	[thread overview]
Message-ID: <1515158741.770907654306be8ca7cb15cbf6b15e39c6336f55.mgorny@gentoo> (raw)

commit:     770907654306be8ca7cb15cbf6b15e39c6336f55
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  5 09:53:13 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jan  5 13:25:41 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77090765

dev-python/node-semver: Clean old up

 dev-python/node-semver/Manifest                 |  1 -
 dev-python/node-semver/node-semver-0.1.1.ebuild | 32 -------------------------
 2 files changed, 33 deletions(-)

diff --git a/dev-python/node-semver/Manifest b/dev-python/node-semver/Manifest
index a913a140bb3..98bbc500a8f 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 6285b77acb5..00000000000
--- 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
-}


             reply	other threads:[~2018-01-05 13:26 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-05 13:26 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-18  6:23 [gentoo-commits] repo/gentoo:master commit in: dev-python/node-semver/ Michał Górny
2023-06-01  4:07 Michał Górny
2023-02-24  6:00 Michał Górny
2022-06-12 18:28 Michał Górny
2022-05-16 13:24 Michał Górny
2022-04-29  6:17 Michał Górny
2022-02-06  7:45 Joonas Niilola
2021-08-08 13:24 Louis Sautier
2020-09-21 15:30 Michał Górny
2020-08-17 10:40 Louis Sautier
2020-03-28  9:20 Michał Górny
2020-03-28  9:20 Michał Górny
2020-02-05 16:53 Michał Górny
2019-10-21 14:08 Joonas Niilola
2019-08-12 11:03 Louis Sautier
2019-08-12 11:03 Louis Sautier
2017-12-18 21:59 Patrice Clement
2017-05-17 17:12 Manuel Rüger
2016-12-12  2:30 Sebastien Fabbro

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1515158741.770907654306be8ca7cb15cbf6b15e39c6336f55.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox