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/pytz/
Date: Wed,  3 May 2017 11:41:38 +0000 (UTC)	[thread overview]
Message-ID: <1493811692.71cb8cd157a4a5cd1a4f79fcf45179483f664ccf.mgorny@gentoo> (raw)

commit:     71cb8cd157a4a5cd1a4f79fcf45179483f664ccf
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May  3 11:26:07 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May  3 11:41:32 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71cb8cd1

dev-python/pytz: Clean old versions up

 dev-python/pytz/Manifest            |  3 ---
 dev-python/pytz/pytz-2015.6.ebuild  | 34 ----------------------------------
 dev-python/pytz/pytz-2016.10.ebuild | 34 ----------------------------------
 dev-python/pytz/pytz-2016.7.ebuild  | 34 ----------------------------------
 4 files changed, 105 deletions(-)

diff --git a/dev-python/pytz/Manifest b/dev-python/pytz/Manifest
index 7cab9cd7118..580f9adf7e3 100644
--- a/dev-python/pytz/Manifest
+++ b/dev-python/pytz/Manifest
@@ -1,5 +1,2 @@
-DIST pytz-2015.6.tar.bz2 156925 SHA256 01eed1b2226dc386d8e467a2ff8c4f1aa08c65d5d7e7c43aa094bd45d5bd68ba SHA512 e6e117d85c0a0310b115cfaae2b9d5957641f8367a7890f4e1afed8129e77c6a08b733b985c06d5f3fe5bbfa565387826883864b79dd4946065561a60ad24f35 WHIRLPOOL 255684e9f24353aeda2f26fc89216aef3b34a87a74df4dc758f87da31cedce6d372d405d37e8c538b786324c6ce03da177d3429438999ecfd744009fd7bbbbe9
-DIST pytz-2016.10.tar.bz2 172920 SHA256 7016b2c4fa075c564b81c37a252a5fccf60d8964aa31b7f5eae59aeb594ae02b SHA512 a571dc035d713b05e1fe5760ddbb7701492c78b2faf38455ffc147c1d68fcee8d6f2d43a9d12724561ee2b1ddd83526d6ac44629c35899080f22a13abe854346 WHIRLPOOL a896e2c46e17891ab7455082003716e891e8916b5a3e3c0d776b4af7e17479c861537c4ae3a232f3288bd3302bd556261e4c81fe2ce72e0bcd179dd187722145
 DIST pytz-2016.3.tar.bz2 170906 SHA256 c193dfa167ac32c8cb96f26cbcd92972591b22bda0bac3effdbdb04de6cc55d6 SHA512 8d91a84500257327361a8ccd19ce2d2e5848c10c7d4105ec1be012be592ec38113611558c7894c1825cc1967303901fce35079fc799cc10e84216864cd00266f WHIRLPOOL b2af20a788fa70c23b04cda3acdff812c30713f00a9aaf2144d85c64341f6fe4e365b558f3f0b5491c6c99ebf633d2d3910c95f7a6ae1f9c53b40da6bcbc23af
-DIST pytz-2016.7.tar.bz2 170973 SHA256 6eab31709e3a4aea748457707da45e805b650cbb352583805d2417de2a1dd71e SHA512 2c7d4691a0f49c732c8fe97f0df70b7ce4d7b8bb6c1d3db590dce78152cac46443cf5900d38d35472d92b2b8ef3654e0f67066279a7a1d357eac24d334501f3b WHIRLPOOL f286cd1cf735f1fe12aadafd4567ba037d81a88749fbf34d78052d20c80b5d6fca676fc43c35250bb935b3c3a5497d64ac1bc9af99d86bd2f911874d807bd2e7
 DIST pytz-2017.2.zip 502168 SHA256 f5c056e8f62d45ba8215e5cb8f50dfccb198b4b9fbea8500674f3443e4689589 SHA512 d67d64a64b4c21e0bd41da56020fc7b016aec9da7f3243f79b65704119f70b8a9cd4f5f905631b6761e06ecef93830e5e479e16c7b1611ac70e0cd2b39d5b916 WHIRLPOOL 3a8e5e0c71ba12c8083592582238a17c1db862c1f779e84b4e93dbdadf9f5445d11d7725bc40f8d340569d2374adbf0ef19886c595f2d766a3dd7c57742cda44

diff --git a/dev-python/pytz/pytz-2015.6.ebuild b/dev-python/pytz/pytz-2015.6.ebuild
deleted file mode 100644
index d241f823744..00000000000
--- a/dev-python/pytz/pytz-2015.6.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="World timezone definitions for Python"
-HOMEPAGE="http://pythonhosted.org/pytz/ https://pypi.python.org/pypi/pytz/"
-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 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE=""
-
-DEPEND="
-	dev-python/setuptools[${PYTHON_USEDEP}]
-	>=sys-libs/timezone-data-2014i"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
-	# Use timezone-data zoneinfo.
-	"${FILESDIR}"/${PN}-2009j-zoneinfo.patch
-	# ...and do not install a copy of it.
-	"${FILESDIR}"/${PN}-2009h-zoneinfo-noinstall.patch
-)
-
-python_test() {
-	"${PYTHON}" pytz/tests/test_tzinfo.py -v || die "Tests fail with ${EPYTHON}"
-}

diff --git a/dev-python/pytz/pytz-2016.10.ebuild b/dev-python/pytz/pytz-2016.10.ebuild
deleted file mode 100644
index 06e29c3a746..00000000000
--- a/dev-python/pytz/pytz-2016.10.ebuild
+++ /dev/null
@@ -1,34 +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 )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="World timezone definitions for Python"
-HOMEPAGE="http://pythonhosted.org/pytz/ https://pypi.python.org/pypi/pytz/"
-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 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE=""
-
-DEPEND="
-	dev-python/setuptools[${PYTHON_USEDEP}]
-	|| ( >=sys-libs/timezone-data-2015g sys-libs/glibc[vanilla] )"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
-	# Use timezone-data zoneinfo.
-	"${FILESDIR}"/2016.6.1-zoneinfo.patch
-	# ...and do not install a copy of it.
-	"${FILESDIR}"/${PN}-2009h-zoneinfo-noinstall.patch
-)
-
-python_test() {
-	"${PYTHON}" pytz/tests/test_tzinfo.py -v || die "Tests fail with ${EPYTHON}"
-}

diff --git a/dev-python/pytz/pytz-2016.7.ebuild b/dev-python/pytz/pytz-2016.7.ebuild
deleted file mode 100644
index 06e29c3a746..00000000000
--- a/dev-python/pytz/pytz-2016.7.ebuild
+++ /dev/null
@@ -1,34 +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 )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="World timezone definitions for Python"
-HOMEPAGE="http://pythonhosted.org/pytz/ https://pypi.python.org/pypi/pytz/"
-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 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE=""
-
-DEPEND="
-	dev-python/setuptools[${PYTHON_USEDEP}]
-	|| ( >=sys-libs/timezone-data-2015g sys-libs/glibc[vanilla] )"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
-	# Use timezone-data zoneinfo.
-	"${FILESDIR}"/2016.6.1-zoneinfo.patch
-	# ...and do not install a copy of it.
-	"${FILESDIR}"/${PN}-2009h-zoneinfo-noinstall.patch
-)
-
-python_test() {
-	"${PYTHON}" pytz/tests/test_tzinfo.py -v || die "Tests fail with ${EPYTHON}"
-}


             reply	other threads:[~2017-05-03 11:41 UTC|newest]

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

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=1493811692.71cb8cd157a4a5cd1a4f79fcf45179483f664ccf.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