public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrick Lauer" <patrick@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/wcwidth/
Date: Thu, 21 Jul 2016 13:12:39 +0000 (UTC)	[thread overview]
Message-ID: <1469106744.4caacdaea783657cb8d4ca50b5471be8d1e6ed56.patrick@gentoo> (raw)

commit:     4caacdaea783657cb8d4ca50b5471be8d1e6ed56
Author:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 21 09:05:57 2016 +0000
Commit:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Thu Jul 21 13:12:24 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4caacdae

dev-python/wcwidth: Bump

Package-Manager: portage-2.3.0

 dev-python/wcwidth/Manifest             |  1 +
 dev-python/wcwidth/wcwidth-0.1.7.ebuild | 28 ++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/dev-python/wcwidth/Manifest b/dev-python/wcwidth/Manifest
index 658fc5d..d4af6f0 100644
--- a/dev-python/wcwidth/Manifest
+++ b/dev-python/wcwidth/Manifest
@@ -1,3 +1,4 @@
 DIST wcwidth-0.1.4.tar.gz 19584 SHA256 906d3123045d77027b49fe912458e1a1e1d6ca1a51558a4bd9168d143b129d2b SHA512 3882d7a4309b868593586e7bc52ce5328504db2f37a4152d53a8b7b8632375866cc07900965d1dd9c84d22c4e2b5cb161b3091c6b3ce4a37d51aeca9c76fe36d WHIRLPOOL 432cff1f6e206c9daf35406d485436c9f7b9a3e7c48f14384f9804d69c6a39099bb9ca4ee99547504c4fa2db8f70259796019f008d1c678c6b73c7de9c09cf60
 DIST wcwidth-0.1.5.tar.gz 19553 SHA256 66c7ce3199c87833aaaa1fe1241b63261ce53c1062597c189a16a54713e0919d SHA512 1235a3fecea0a18d0c3fe160fd3518e05b37b64a232ce3e8a17dee102d6a6d06095c395b07bbd6a812723a78c44df5afaae19c479dae591b6c9aecb3d0001173 WHIRLPOOL 16e2efdf99700c3f04e6c2bab9f429e4df0db78ef248041ea0fbddd5934fed53e55611fec9bd0a7cb7b24a461ede574df991d422ca86ebf0739877993c13dbad
 DIST wcwidth-0.1.6.tar.gz 20483 SHA256 dcb3ec4771066cc15cf6aab5d5c4a499a5f01c677ff5aeb46cf20500dccd920b SHA512 da22fbbd8172673532b47d07f5285fbbb1c9e5d72f6593c5e194af6c94520653025805ff94b9cd829cd2d44e263349eb9896ebd3c2982059d1b2772850863ab3 WHIRLPOOL a852fc3a0b22be683b5bfabecd47ecc051e3bc3a3ea134ca7c1b26edc5a14ef5c0a72d5cf192e6918d3ae43f122aafdccf24f76c10c2edb70b9f2fb5b7029632
+DIST wcwidth-0.1.7.tar.gz 22884 SHA256 3df37372226d6e63e1b1e1eda15c594bca98a22d33a23832a90998faa96bc65e SHA512 5bc9625fbd10721a50a3ac7d7f91012cca8e4f83533f265cf56890498bc52a53b155c82e67d6bc5523a5593c8d7992a1dec2a0f590318170eddf987c56f9c368 WHIRLPOOL 3e45d689500952b69fdd78190454bae95b0f124206ad43d3bad9aa1e41d54885c326de60b67290e8ffe60dd4330a65b286f534d0bbb52572da30c958a9dfe10a

diff --git a/dev-python/wcwidth/wcwidth-0.1.7.ebuild b/dev-python/wcwidth/wcwidth-0.1.7.ebuild
new file mode 100644
index 0000000..bbc123d
--- /dev/null
+++ b/dev-python/wcwidth/wcwidth-0.1.7.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Measures number of Terminal column cells of wide-character codes"
+HOMEPAGE="https://pypi.python.org/pypi/wcwidth/ https://github.com/jquast/wcwidth"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="MIT"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	test? ( dev-python/pytest[${PYTHON_USEDEP}] )
+"
+
+python_test() {
+	py.test -v -rs --strict wcwidth/tests || die
+}


             reply	other threads:[~2016-07-21 13:12 UTC|newest]

Thread overview: 90+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-21 13:12 Patrick Lauer [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-18 11:11 [gentoo-commits] repo/gentoo:master commit in: dev-python/wcwidth/ Michał Górny
2024-05-18 11:11 Michał Górny
2024-01-20 20:00 Michał Górny
2024-01-20 18:47 Arthur Zamarin
2024-01-06  6:45 Michał Górny
2023-11-29 10:15 Michał Górny
2023-11-29 10:12 Michał Górny
2023-11-22  7:49 Michał Górny
2023-11-21  4:44 Michał Górny
2023-11-14  4:34 Michał Górny
2023-11-02  5:44 Michał Górny
2023-11-01 20:37 Arthur Zamarin
2023-10-31  7:53 Michał Górny
2023-09-30 16:01 Michał Górny
2023-09-29  4:50 Michał Górny
2023-05-31  9:51 Michał Górny
2023-02-16 20:32 Michał Górny
2023-02-16 17:22 Arthur Zamarin
2023-01-15  7:02 Michał Górny
2022-05-16 14:43 Andrew Ammerlaan
2022-02-04 19:28 Michał Górny
2022-01-30 11:33 James Le Cuirot
2021-05-07 10:33 Michał Górny
2020-07-30 20:41 Michał Górny
2020-07-30 20:10 Sam James
2020-07-30 19:39 Sam James
2020-07-27 14:02 Sam James
2020-07-27 13:54 Sam James
2020-07-12 16:57 Michał Górny
2020-07-09  8:41 Agostino Sarubbo
2020-07-09  8:27 Agostino Sarubbo
2020-07-09  8:16 Agostino Sarubbo
2020-07-09  8:04 Agostino Sarubbo
2020-07-09  7:58 Agostino Sarubbo
2020-06-24  8:00 Michał Górny
2020-06-11  6:43 Michał Górny
2020-06-04 14:28 Sergei Trofimovich
2020-06-04 14:11 Agostino Sarubbo
2020-06-04 14:11 Agostino Sarubbo
2020-06-04 14:10 Sergei Trofimovich
2020-06-03 15:32 Agostino Sarubbo
2020-06-03 15:21 Agostino Sarubbo
2020-06-03 15:17 Agostino Sarubbo
2020-06-03 15:10 Agostino Sarubbo
2020-06-03  7:47 Michał Górny
2020-06-02  6:39 Michał Górny
2020-05-25 16:16 Michał Górny
2020-04-08 10:53 Sebastian Pipping
2020-03-29 11:51 Michał Górny
2020-03-29 11:51 Michał Górny
2020-03-29 11:51 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-01  2:37 Tim Harder
2020-01-07 19:22 Sergei Trofimovich
2020-01-03 12:40 Agostino Sarubbo
2019-12-24 14:15 Mikle Kolyada
2019-12-24  8:08 Agostino Sarubbo
2019-12-20 12:51 Agostino Sarubbo
2019-12-20 12:30 Agostino Sarubbo
2019-12-20 12:13 Agostino Sarubbo
2019-12-17  7:27 Sergei Trofimovich
2019-12-16 12:21 Agostino Sarubbo
2019-12-07 23:07 Matt Turner
2019-11-16 11:02 Michał Górny
2019-11-16 11:02 Michał Górny
2019-11-01 20:02 Sergei Trofimovich
2019-10-12 20:23 Matt Turner
2019-07-02  8:13 Sergei Trofimovich
2019-06-06 21:33 Sergei Trofimovich
2019-05-15 16:11 Virgil Dupras
2019-05-15 16:11 Virgil Dupras
2018-07-23  9:25 Michał Górny
2018-03-21 20:24 Markus Meier
2018-03-12  0:51 Matt Turner
2018-03-04 22:40 Sergei Trofimovich
2017-12-02 20:55 Mike Gilbert
2017-11-30 19:02 Thomas Deutschmann
2017-06-19 11:13 Alexis Ballier
2017-02-28 13:04 Andrey Grozin
2016-08-29  9:45 Patrice Clement
2016-08-29  9:45 Patrice Clement
2016-04-01 16:37 Andrey Grozin
2016-01-10  8:23 Justin Lecher
2015-09-14  8:22 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=1469106744.4caacdaea783657cb8d4ca50b5471be8d1e6ed56.patrick@gentoo \
    --to=patrick@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