public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/setuptools_scm/
Date: Sun, 19 Nov 2017 02:50:31 +0000 (UTC)	[thread overview]
Message-ID: <1511059794.3c25171ff486377cd2497ef44a1d9d6da7dac504.radhermit@gentoo> (raw)

commit:     3c25171ff486377cd2497ef44a1d9d6da7dac504
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 18 19:56:34 2017 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sun Nov 19 02:49:54 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c25171f

dev-python/setuptools_scm: remove old

 dev-python/setuptools_scm/Manifest                 |  2 --
 .../setuptools_scm/setuptools_scm-1.15.5.ebuild    | 30 ----------------------
 .../setuptools_scm/setuptools_scm-1.8.0.ebuild     | 25 ------------------
 3 files changed, 57 deletions(-)

diff --git a/dev-python/setuptools_scm/Manifest b/dev-python/setuptools_scm/Manifest
index ecc5c5796da..c51020079ab 100644
--- a/dev-python/setuptools_scm/Manifest
+++ b/dev-python/setuptools_scm/Manifest
@@ -1,4 +1,2 @@
 DIST setuptools_scm-1.15.0.tar.gz 23677 SHA256 daf12d05aa2155a46aa357453757ffdc47d87f839e62114f042bceac6a619e2f SHA512 860fd9460f0d1d5ec9369c2936342f9679b8815e1d705999698b7bd82adb41a65048df68e57065e530972ef57e43a251ac41d6587972b1d5af40cd0249bd081d WHIRLPOOL f185851ee05cc8dd538a6b81e2a17a6155aca5c091e9dac5c56937e559551106147e12df8ba1ff97217f1e411cb8d34eadd40220850dd3010e52ad96c5f8a93a
-DIST setuptools_scm-1.15.5.tar.gz 25752 SHA256 145b2a8a609e0fd66108a92a06fe62d0fb329c0eb944f2d5c7ae3ca24222f29e SHA512 4d6f648dbdb90845a8e61c58bde06f3ef65898f9195b4dc97c40662d4cbeaf952f35c29940acfac7315b6ce6201a3af1d2eeab11274a8eaa02c7429c646c369f WHIRLPOOL 4a96a69e92fc256497c1300bcac47615929776e88dafe0eaad670d9337e83aadf38f91fb856f4e518cb811f3cd0c07097820850730f49d828f6c4ac2078e4ebe
 DIST setuptools_scm-1.15.6.tar.gz 25779 SHA256 49ab4685589986a42da85706b3311a2f74f1af567d39fee6cb1e088d7a75fb5f SHA512 ae91ac28d396215be5418df3b36af726b6f2fb89707424383e920072fe8f9f75f613a99fe406cfbfffc61f9a857a3294259191694899351ef78aebba73d08816 WHIRLPOOL dbaf70b0c09ef8b74d3cf114fb1f26032003f88c1081f28f0758ecae24722316e737ca5b404f6db287a85428a9121ff7ab6e13a41343e7ec277de9d85f16e645
-DIST setuptools_scm-1.8.0.tar.bz2 14491 SHA256 ddbf365e60e5f8e3f86fe117edeee4a7e1dd8ce7a9337951c9c163e7c506e602 SHA512 a109fa3ffc89d3f6e515fa58026cebbd8ba98c1a401c49d5008e0dfc693f0e9e9468823621bd7b055911d3c898394e0ed1e498136cecaaa0be25e6312ec059df WHIRLPOOL ed87332ea7c27f1618c5c0c69b95360d48ec3b7d762d928d4cb097310fc0435c1aac15e53155417c0bdc0b9ba6ae6835e28f35735c10d70c6164d91340b09762

diff --git a/dev-python/setuptools_scm/setuptools_scm-1.15.5.ebuild b/dev-python/setuptools_scm/setuptools_scm-1.15.5.ebuild
deleted file mode 100644
index 92fbe871c13..00000000000
--- a/dev-python/setuptools_scm/setuptools_scm-1.15.5.ebuild
+++ /dev/null
@@ -1,30 +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="package to manage versions by scm tags via setuptools"
-HOMEPAGE="https://github.com/pypa/setuptools_scm https://pypi.python.org/pypi/setuptools_scm"
-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"
-IUSE="test"
-
-DEPEND="
-	dev-python/setuptools[${PYTHON_USEDEP}]
-	test? (
-		dev-python/pytest[${PYTHON_USEDEP}]
-		dev-vcs/git
-		dev-vcs/mercurial
-	)"
-
-python_test() {
-	distutils_install_for_testing
-	py.test -v -v -x || die "tests failed under ${EPYTHON}"
-}

diff --git a/dev-python/setuptools_scm/setuptools_scm-1.8.0.ebuild b/dev-python/setuptools_scm/setuptools_scm-1.8.0.ebuild
deleted file mode 100644
index 9362c8c2c46..00000000000
--- a/dev-python/setuptools_scm/setuptools_scm-1.8.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="package to manage versions by scm tags via setuptools"
-HOMEPAGE="https://github.com/pypa/setuptools_scm https://pypi.python.org/pypi/setuptools_scm"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86"
-IUSE="test"
-
-DEPEND="
-	dev-python/setuptools[${PYTHON_USEDEP}]
-	test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
-
-python_test() {
-	py.test -v -v -x || die "tests failed under ${EPYTHON}"
-}


             reply	other threads:[~2017-11-19  2:50 UTC|newest]

Thread overview: 138+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-19  2:50 Tim Harder [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-03-03  5:53 [gentoo-commits] repo/gentoo:master commit in: dev-python/setuptools_scm/ Michał Górny
2023-02-01 13:18 Michał Górny
2023-01-28 20:33 Michał Górny
2023-01-28 20:21 Arthur Zamarin
2022-12-18  7:27 Michał Górny
2022-07-24 20:24 Michał Górny
2022-07-12  9:05 Michał Górny
2022-07-02  4:47 Michał Górny
2022-06-30  4:27 Michał Górny
2022-06-23  7:19 Michał Górny
2022-06-22  7:50 Michał Górny
2022-06-22  5:48 Michał Górny
2022-05-27 19:50 Michał Górny
2022-05-27  9:12 Jakov Smolić
2022-05-09 20:38 Michał Górny
2022-05-09 15:01 Michał Górny
2022-04-21 15:19 Michał Górny
2022-02-27 18:58 Michał Górny
2022-02-27 12:29 Jakov Smolić
2022-02-09  9:39 Michał Górny
2022-01-18 22:44 Michał Górny
2022-01-18  9:51 Michał Górny
2021-10-09 19:31 Michał Górny
2021-10-09 19:18 Sam James
2021-09-11 22:09 Michał Górny
2021-09-03 19:02 Arthur Zamarin
2021-09-03 15:43 Arthur Zamarin
2021-08-28  6:54 Michał Górny
2021-08-27  7:28 Michał Górny
2021-08-13  6:58 Michał Górny
2021-05-17 23:08 Sam James
2021-05-05 17:05 Michał Górny
2021-04-05 18:00 Michał Górny
2021-03-17 19:35 Michał Górny
2021-03-05 10:14 Michał Górny
2021-03-02  8:43 Michał Górny
2021-03-02  1:52 Sam James
2021-01-06 22:30 Fabian Groffen
2020-12-14  8:35 Michał Górny
2020-12-13 12:15 Michał Górny
2020-12-13 12:15 Michał Górny
2020-10-08 11:30 Fabian Groffen
2020-09-20 15:38 Michał Górny
2020-07-11  8:39 Michał Górny
2020-07-09  8:41 Agostino Sarubbo
2020-07-09  8:34 Agostino Sarubbo
2020-05-31 21:00 Michał Górny
2020-05-27  7:03 Michał Górny
2020-05-25 19:27 Michał Górny
2020-05-25 16:16 Michał Górny
2020-04-12 15:21 Michał Górny
2020-03-29  8:19 Michał Górny
2020-03-29  8:19 Michał Górny
2020-03-29  8:19 Michał Górny
2020-03-25 15:27 Agostino Sarubbo
2020-03-25 14:52 Agostino Sarubbo
2020-03-25 13:27 Agostino Sarubbo
2020-03-25 13:12 Agostino Sarubbo
2020-03-25 12:36 Agostino Sarubbo
2020-03-25 12:23 Agostino Sarubbo
2020-02-24  9:56 Agostino Sarubbo
2020-02-22 14:19 Sergei Trofimovich
2020-02-17 12:25 Agostino Sarubbo
2020-02-17 12:17 Agostino Sarubbo
2020-02-17 12:09 Agostino Sarubbo
2020-02-17 11:45 Agostino Sarubbo
2020-02-16 21:14 Thomas Deutschmann
2020-02-15 19:30 Sergei Trofimovich
2020-02-15 12:19 Mikle Kolyada
2020-02-14  7:51 Michał Górny
2020-02-14  7:51 Michał Górny
2020-01-23  6:51 Michał Górny
2020-01-20  8:16 Michał Górny
2019-11-16 11:02 Michał Górny
2019-11-16 11:02 Michał Górny
2019-07-28 20:10 Mikle Kolyada
2019-07-28 20:10 Mikle Kolyada
2019-07-28 20:10 Mikle Kolyada
2019-07-13 16:49 Sergei Trofimovich
2019-06-05  7:28 Agostino Sarubbo
2019-06-05  7:12 Agostino Sarubbo
2019-06-04 18:51 Agostino Sarubbo
2019-06-04 14:36 Agostino Sarubbo
2019-06-04  7:53 Tobias Klausmann
2019-05-15 20:41 Michał Górny
2019-05-13 20:25 Michał Górny
2019-05-13  0:38 Thomas Deutschmann
2019-05-11 11:11 Mikle Kolyada
2019-05-10 21:15 Sergei Trofimovich
2019-05-10 14:36 Michał Górny
2019-05-10 14:36 Michał Górny
2019-05-08  6:34 Michał Górny
2019-01-19  8:17 Michał Górny
2018-07-11  6:51 Michał Górny
2018-07-11  6:51 Michał Górny
2018-06-25 19:07 Tim Harder
2018-06-03 13:55 Mike Frysinger
2018-03-20  4:08 Tim Harder
2018-03-19  5:45 Tim Harder
2018-03-19  5:45 Tim Harder
2018-03-19  5:45 Tim Harder
2018-02-17 21:51 Patrice Clement
2018-02-13 22:03 Matt Thode
2017-12-27 19:02 Fabian Groffen
2017-11-19  2:50 Tim Harder
2017-07-26  9:40 Fabian Groffen
2017-06-23 11:41 Manuel Rüger
2017-06-16  7:57 Sergei Trofimovich
2017-05-09 16:30 Markus Meier
2017-05-03  9:26 Michał Górny
2017-04-15 22:21 Manuel Rüger
2017-03-29 21:26 Michael Weber
2017-03-29 16:46 Tobias Klausmann
2017-03-29  9:07 Michael Weber
2017-03-22 10:02 Jeroen Roovers
2017-02-19 17:19 Mike Gilbert
2017-02-09 12:01 Matt Thode
2016-10-26 22:28 Tim Harder
2016-08-10  3:06 Tim Harder
2016-01-03 19:55 Patrick Lauer
2015-12-13 14:05 Justin Lecher
2015-12-08 15:38 Justin Lecher
2015-11-23 10:05 Justin Lecher
2015-11-23  6:44 Jeroen Roovers
2015-11-22  8:52 Markus Meier
2015-11-19 10:25 Agostino Sarubbo
2015-11-17 11:03 Justin Lecher
2015-11-16 15:01 Agostino Sarubbo
2015-11-05 11:52 Agostino Sarubbo
2015-11-04 16:09 Agostino Sarubbo
2015-11-04 15:50 Agostino Sarubbo
2015-11-02 13:12 Agostino Sarubbo
2015-11-02 13:09 Agostino Sarubbo
2015-10-11 11:25 Justin Lecher
2015-09-18  6:40 Justin Lecher
2015-08-16 14:38 Justin Lecher
2015-08-09 12:30 Justin Lecher

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=1511059794.3c25171ff486377cd2497ef44a1d9d6da7dac504.radhermit@gentoo \
    --to=radhermit@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