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/aniso8601/
Date: Mon, 19 Mar 2018 06:09:11 +0000 (UTC)	[thread overview]
Message-ID: <1521439698.b2bfcdc43233c0504c61379f092d3abe47d3b06b.radhermit@gentoo> (raw)

commit:     b2bfcdc43233c0504c61379f092d3abe47d3b06b
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 19 06:08:18 2018 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Mon Mar 19 06:08:18 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2bfcdc4

dev-python/aniso8601: remove old

 dev-python/aniso8601/Manifest               |  2 --
 dev-python/aniso8601/aniso8601-1.2.0.ebuild | 22 ----------------------
 dev-python/aniso8601/aniso8601-1.2.1.ebuild | 22 ----------------------
 3 files changed, 46 deletions(-)

diff --git a/dev-python/aniso8601/Manifest b/dev-python/aniso8601/Manifest
index 3d6eea75808..b87e9f0a984 100644
--- a/dev-python/aniso8601/Manifest
+++ b/dev-python/aniso8601/Manifest
@@ -1,4 +1,2 @@
-DIST aniso8601-1.2.0.tar.gz 59998 BLAKE2B b580255a074580ecda15fb042ce0f7388d2419fda8b1507b77eab4d0004c74fa033d87c76e71af4429953a27a4ef5f43f8d0b4ca0a82a4cc68f19a47e3073347 SHA512 1918ee5a22c0ca3fd7cf331ca4f06dff93b73cc7865276e0e276b70e7ade7db0cbc10020619be23d73d646dc15764cb597084e0b5d632c1ee5dd21d29fb33311
-DIST aniso8601-1.2.1.tar.gz 62369 BLAKE2B aa4d02327aefa5315b9116e1f3b2fa77762c309b6d9a4f4aee6d05e6c187e0642046f8f691bf9b97d341470d30052101f512d9fd1e5473e0f475b735ce279881 SHA512 92a323ee4d275437a02936c396da483dd064e0756fc38f869f5e3fa3b1dde59bd1b285f5602efb4ea7c6ced1a633008898c832d6fcd3b9d7f996dbaf25e061e7
 DIST aniso8601-1.3.0.tar.gz 57730 BLAKE2B 7844add7f785371f69a8a473c0706edb76f994fccc99ae2cce3b56cd3a55041364bd08848acbd606453f4b8bfa3a80d063fc86ed49155817dc9fb8b7024c8e73 SHA512 33054b3bb07c26fda4af09c606dfa90be1fdebaa49efa8f508df72d339eb8f8b525ac2bad5d410098bbf1c88483823ad663649cf32f2806a9ee6e9ad46d53e8f
 DIST aniso8601-3.0.0.tar.gz 69371 BLAKE2B 7dabeb013df414db6ade982595cb95514eb408855641ac2a6552f4ab1e646d478c2435a2b1537149fcbcffa076a913b45b644163585377cf98036d898ed1154c SHA512 bea2b9dad8f8ac2c5314570ce49846ef0cdf6459019065b5529966fbaf20a79d76b7af5a93f5bb8e1d811d3355a217877ae90d295529f3e9a7b2b20e6465b1c7

diff --git a/dev-python/aniso8601/aniso8601-1.2.0.ebuild b/dev-python/aniso8601/aniso8601-1.2.0.ebuild
deleted file mode 100644
index cfeacc131db..00000000000
--- a/dev-python/aniso8601/aniso8601-1.2.0.ebuild
+++ /dev/null
@@ -1,22 +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="A library for parsing ISO 8601 strings"
-HOMEPAGE="https://bitbucket.org/nielsenb/aniso8601/ https://pypi.python.org/pypi/aniso8601/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="dev-python/python-dateutil[${PYTHON_USEDEP}]"
-
-python_test() {
-	"${PYTHON}" -m unittest discover ${PN}/tests || die "Tests fail with ${EPYTHON}"
-}

diff --git a/dev-python/aniso8601/aniso8601-1.2.1.ebuild b/dev-python/aniso8601/aniso8601-1.2.1.ebuild
deleted file mode 100644
index 97eb7aae14b..00000000000
--- a/dev-python/aniso8601/aniso8601-1.2.1.ebuild
+++ /dev/null
@@ -1,22 +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="A library for parsing ISO 8601 strings"
-HOMEPAGE="https://bitbucket.org/nielsenb/aniso8601/ https://pypi.python.org/pypi/aniso8601/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="dev-python/python-dateutil[${PYTHON_USEDEP}]"
-
-python_test() {
-	"${PYTHON}" -m unittest discover ${PN}/tests || die "Tests fail with ${EPYTHON}"
-}


             reply	other threads:[~2018-03-19  6:09 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-19  6:09 Tim Harder [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-27 20:50 [gentoo-commits] repo/gentoo:master commit in: dev-python/aniso8601/ Michał Górny
2025-01-25 10:05 Arthur Zamarin
2025-01-10  5:31 Michał Górny
2024-06-15 15:08 Petr Vaněk
2023-06-06 16:12 Michał Górny
2023-03-16  3:44 Michał Górny
2022-06-21 18:51 Arthur Zamarin
2022-06-21 18:49 Arthur Zamarin
2022-05-18 10:47 Andrew Ammerlaan
2021-05-09  9:36 Michał Górny
2021-04-06 20:39 Michał Górny
2021-04-06 19:47 Sam James
2021-03-25 19:09 Michał Górny
2021-03-25 16:19 Agostino Sarubbo
2021-03-02  8:43 Michał Górny
2021-03-02  8:21 Michał Górny
2021-03-02  3:14 Sam James
2021-02-19  0:12 Michał Górny
2021-01-30  9:19 Michał Górny
2020-07-08 12:47 Michał Górny
2020-07-08 12:47 Michał Górny
2020-04-17 10:13 Michał Górny
2020-02-03 20:46 Michał Górny
2019-12-02 21:13 Aaron Bauman
2018-08-30 17:50 Matt Thode
2018-07-01  3:24 Tim Harder
2018-03-19  6:09 Tim Harder
2018-03-19  6:09 Tim Harder
2017-10-19  8:20 Tim Harder
2017-08-31 17:38 Tim Harder
2017-02-13  8:06 Zac Medico
2016-10-30 22:39 Tim Harder
2016-10-30 22:39 Tim Harder
2016-03-15  3:25 Tim Harder
2016-02-18 10:22 Patrick Lauer

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=1521439698.b2bfcdc43233c0504c61379f092d3abe47d3b06b.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