From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/chardet/
Date: Fri, 26 May 2017 22:37:27 +0000 (UTC) [thread overview]
Message-ID: <1495838240.56fe83fa38b967376183ab62b7c4ecba9713bb7f.monsieurp@gentoo> (raw)
commit: 56fe83fa38b967376183ab62b7c4ecba9713bb7f
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri May 26 22:03:32 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri May 26 22:37:20 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56fe83fa
dev-python/chardet: version bump.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-python/chardet/Manifest | 1 +
dev-python/chardet/chardet-3.0.3.ebuild | 40 +++++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/dev-python/chardet/Manifest b/dev-python/chardet/Manifest
index 7769fe8ffda..a0d0050db9a 100644
--- a/dev-python/chardet/Manifest
+++ b/dev-python/chardet/Manifest
@@ -1,2 +1,3 @@
DIST chardet-2.3.0.tar.gz 164346 SHA256 e53e38b3a4afe6d1132de62b7400a4ac363452dc5dfcf8d88e8e0cce663c68aa SHA512 d554c9b4564905a2b6c6971aaea2a812174d86b58137c6a2f9d54e2abd2395e6529968b2ce3ca2d97c717d2bd0bd80ab5b98cae9afac1a4add9ea305145030dd WHIRLPOOL af17bac2778a86d6fe9643a512a307cbcf92e4b43238b2d3d2bae53e646fccbdf40f31f41f9452e7d4f4c84d1ee637199af841a828d49f3452190749fee284c1
DIST chardet-3.0.2.tar.gz 1872630 SHA256 3b92afd82ddea09d30832fac141840d6569c34f27633e4ad273c66172246116f SHA512 9466e8bdd4d49ca51664fefa170e2887bebf17d017d49056a0efe9baef4dc58e2a9e0766d41c1fcb06254e1346021d1d86b1eb55d4b71a061da93ea830f1dfce WHIRLPOOL 4010a838619b3f04d1266bdee49e26169724f1c83c38a3a9cc081fc8f2166e46ecf9544bc25e276a7dec4af7a64f469a74aabc8ecdc745fd10d364db331ee704
+DIST chardet-3.0.3.tar.gz 1872668 SHA256 99cc5d0c13fb0ec02bc4c8a35b35ff698ba1ebdb6d065b53276f0d10d59c2cdc SHA512 7769d80178fb9ded7f04c32969da1a73938b04ffcc9d8de2e593135731e29fbf1e2c21e39ca92d3789e08c9a800f9ec0aafc3c1d12580f4f1efb82e697700264 WHIRLPOOL 9ab8951cdcc69cc05974e67c421a5524bbdf18c96a5f272502b4ae22583520cbc7a82eb499de67cc5aac846af9db1279bc27581f3ce0afd73de2ead861663268
diff --git a/dev-python/chardet/chardet-3.0.3.ebuild b/dev-python/chardet/chardet-3.0.3.ebuild
new file mode 100644
index 00000000000..b57346e262b
--- /dev/null
+++ b/dev-python/chardet/chardet-3.0.3.ebuild
@@ -0,0 +1,40 @@
+# 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="Universal encoding detector"
+HOMEPAGE="https://github.com/chardet/chardet https://pypi.python.org/pypi/chardet"
+SRC_URI="https://github.com/chardet/chardet/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+# SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+# PyPI tarball is missing test.py: https://github.com/chardet/chardet/pull/118
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ dev-python/setuptools[${PYTHON_USEDEP}]
+"
+
+DEPEND="${RDEPEND}
+ test? (
+ dev-python/pytest[${PYTHON_USEDEP}]
+ dev-python/hypothesis[${PYTHON_USEDEP}]
+ )
+"
+
+PATCHES=(
+ "${FILESDIR}"/disable-pytest-runner.patch
+)
+
+python_test() {
+ py.test -v || die "Tests fail with ${EPYTHON}"
+}
next reply other threads:[~2017-05-26 22:37 UTC|newest]
Thread overview: 44+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-26 22:37 Patrice Clement [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-05-09 19:13 [gentoo-commits] repo/gentoo:master commit in: dev-python/chardet/ Michał Górny
2023-09-01 16:42 Michał Górny
2023-09-01 16:30 Arthur Zamarin
2023-08-02 6:05 Michał Górny
2023-05-26 16:55 Michał Górny
2023-01-07 15:03 Michał Górny
2023-01-07 12:48 Arthur Zamarin
2022-12-02 14:03 Arthur Zamarin
2022-07-29 12:49 Michał Górny
2022-07-29 11:51 Arthur Zamarin
2022-06-26 4:51 Michał Górny
2022-06-26 4:49 Michał Górny
2022-06-12 14:25 Michał Górny
2022-06-12 11:53 Sam James
2022-05-11 20:11 Michał Górny
2022-05-11 20:11 Michał Górny
2022-05-07 11:14 WANG Xuerui
2021-05-13 22:10 Michał Górny
2021-01-12 19:24 Sam James
2021-01-12 19:24 Sam James
2021-01-12 19:01 Sam James
2021-01-12 19:01 Sam James
2020-12-14 7:48 Michał Górny
2020-12-10 21:22 Michał Górny
2020-09-20 10:47 Michał Górny
2020-05-25 19:27 Michał Górny
2020-02-21 17:28 Michał Górny
2018-07-22 0:32 Mikle Kolyada
2018-07-16 19:57 Michał Górny
2018-02-17 21:51 Patrice Clement
2017-09-12 9:13 Fabian Groffen
2017-07-05 15:08 Manuel Rüger
2017-05-03 10:31 Michał Górny
2017-04-20 19:47 Mike Gilbert
2017-04-20 9:20 Zac Medico
2017-02-28 22:53 Michael Weber
2017-01-15 19:39 Jeroen Roovers
2016-12-30 11:12 Agostino Sarubbo
2016-12-30 9:39 Agostino Sarubbo
2016-12-26 12:40 Markus Meier
2016-12-18 15:57 Agostino Sarubbo
2016-12-18 15:44 Agostino Sarubbo
2016-12-06 9:04 Tobias Klausmann
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=1495838240.56fe83fa38b967376183ab62b7c4ecba9713bb7f.monsieurp@gentoo \
--to=monsieurp@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