public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pycountry/
Date: Sun, 24 Nov 2019 17:13:49 +0000 (UTC)	[thread overview]
Message-ID: <1574615611.c888924d75f28b310dd19c823e14526a574d2579.asturm@gentoo> (raw)

commit:     c888924d75f28b310dd19c823e14526a574d2579
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 24 13:42:35 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Nov 24 17:13:31 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c888924d

dev-python/pycountry: 19.8.18 version bump, EAPI-7 bump, python3_8

Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-python/pycountry/Manifest                 |  1 +
 dev-python/pycountry/pycountry-19.8.18.ebuild | 31 +++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/pycountry/Manifest b/dev-python/pycountry/Manifest
index 12c2615a330..f041911523c 100644
--- a/dev-python/pycountry/Manifest
+++ b/dev-python/pycountry/Manifest
@@ -1,3 +1,4 @@
 DIST pycountry-16.11.8.tar.gz 9042735 BLAKE2B 66f5dcb0b9b55be692e398c998babeb49542cb5383a706bb74091088eaa3703f41da33f59e2267046c53f8f025f85945096d1e8d251ad5af57c5d39a27896cf2 SHA512 eb0a91f1efae6aeace0b49cd44b0770efa0b57add208c4247e7f58a3c46774f9f8007c51ee88a0e108c90ced3ad69204b4322c9c23f51df0b2202aa98c314a37
 DIST pycountry-17.9.23.tar.gz 9208478 BLAKE2B 381497b220991f76bdac235b71fd9c10984f5762e9cc16b813cb37cfef0444bbaada01e1ed9513848c681a06335ff58544f6f7c2217b51ef98c7415db4b3d285 SHA512 168e2d2693629a39a85a4c6aa7187323693ca73d6af0cc947d3536ae373eca602e7e3add91ba114966db4ebf52118ef3d6a3dbf8339734ec68682bab559beeb5
 DIST pycountry-18.5.26.tar.gz 9779056 BLAKE2B 11928f29cb7446db7159936619a5d0828af89ec7a2ca355d809c97887605174e41d3f93d7e459f3f37ce37b9a7650432df1e7619f9fdfa1f9ea010a39af4501a SHA512 9760175a7926347920542a2fd2420cc3d4f36ac11df5aa6f7aaabbd9b46dd9cb61801933133a589ed35fd2e279db2a70e98340d8cf8856987dc88d6fdb715437
+DIST pycountry-19.8.18.tar.gz 10003160 BLAKE2B ac7894e9fc1ed4e8f386cc6e07c1fc2abefee63c39c7c851c100519418606b52bc18be8da672930ceefdc7ca7b51571e4b3884ea0c20e547e5b596e249ebf407 SHA512 39ba06629eeea55460424d06992ca5f1e5bf6168b219dc4880ec326f6aa0c92a4fdc54d4143a8b8bb1490149af793e760e291c6d704104a57ba91e88228ab669

diff --git a/dev-python/pycountry/pycountry-19.8.18.ebuild b/dev-python/pycountry/pycountry-19.8.18.ebuild
new file mode 100644
index 00000000000..99429b4ab6c
--- /dev/null
+++ b/dev-python/pycountry/pycountry-19.8.18.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{5,6,7,8} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Database of countries, subdivisions, languages, currencies and script"
+HOMEPAGE="https://bitbucket.org/flyingcircus/pycountry"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+	test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+
+python_test() {
+	# https://bitbucket.org/techtonik/pycountry/issue/8/test_locales-pycountry-015-pypy
+	pushd "${BUILD_DIR}"/lib > /dev/null || die
+	if [[ ${EPYTHON} == pypy* ]]; then
+		sed -e 's:test_locales:_&:' -i pycountry/tests/test_general.py || die
+	fi
+	pytest -vv || die
+	popd > /dev/null || die
+}


             reply	other threads:[~2019-11-24 17:13 UTC|newest]

Thread overview: 58+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-24 17:13 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-05 20:56 [gentoo-commits] repo/gentoo:master commit in: dev-python/pycountry/ Petr Vaněk
2024-06-18 18:45 Michał Górny
2024-06-02  2:43 Sam James
2024-06-02  2:35 Michał Górny
2024-02-06 11:44 Michał Górny
2024-01-22 15:42 Sam James
2024-01-04 11:40 WANG Xuerui
2024-01-03 18:39 Arthur Zamarin
2024-01-03  6:22 Sam James
2024-01-03  2:24 Sam James
2024-01-03  1:08 Sam James
2023-12-24  5:59 Michał Górny
2023-12-24  1:02 Sam James
2023-12-12  6:32 Michał Górny
2023-12-08 14:29 Arthur Zamarin
2023-12-08  5:41 Michał Górny
2023-12-03  7:42 Sam James
2023-11-23 17:12 Sam James
2023-11-20 10:06 Sam James
2023-11-17 13:58 Sam James
2023-06-01 13:54 Michał Górny
2023-04-25 19:49 Sam James
2022-06-01  6:34 Sam James
2022-04-09 16:34 Arthur Zamarin
2022-02-13  9:33 Michał Górny
2022-02-13  7:55 Agostino Sarubbo
2022-01-10 20:00 Michał Górny
2021-09-14  1:30 Yixun Lan
2021-05-23 13:41 Michał Górny
2020-10-22 21:06 Michał Górny
2020-10-22  7:18 Sam James
2020-10-21 21:45 Michał Górny
2020-09-17 12:44 Louis Sautier
2020-08-23 11:45 David Seifert
2020-01-19 18:37 Andreas Sturmlechner
2019-12-18  0:32 Andreas Sturmlechner
2019-12-10  9:19 Agostino Sarubbo
2019-12-02 23:29 Aaron Bauman
2019-12-02 16:33 Mikle Kolyada
2019-12-02  2:48 Aaron Bauman
2019-11-27  2:58 Aaron Bauman
2019-11-27  1:49 Aaron Bauman
2018-09-20  8:43 Michał Górny
2018-09-20  8:43 Michał Górny
2017-10-19  8:20 Tim Harder
2017-08-27  8:34 Tim Harder
2017-05-12 12:56 Manuel Rüger
2017-05-02 15:15 Michał Górny
2016-12-20 15:19 Tobias Klausmann
2016-11-12  5:44 Tim Harder
2016-11-12  5:44 Tim Harder
2016-02-19 12:46 Patrick Lauer
2016-01-25 17:12 Ian Delaney
2016-01-25 17:12 Ian Delaney
2015-11-12 23:18 Manuel Rüger
2015-08-28 23:58 Tim Harder
2015-08-12  1:10 Ian Delaney

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=1574615611.c888924d75f28b310dd19c823e14526a574d2579.asturm@gentoo \
    --to=asturm@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