public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyenchant/
Date: Mon,  5 Sep 2016 21:50:53 +0000 (UTC)	[thread overview]
Message-ID: <1473112097.4316668d1ffcd13e2e2cb446777a9502b5aac624.mrueg@gentoo> (raw)

commit:     4316668d1ffcd13e2e2cb446777a9502b5aac624
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  5 21:48:17 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon Sep  5 21:48:17 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4316668d

dev-python/pyenchant: Version bump to 1.6.8

Package-Manager: portage-2.3.0

 dev-python/pyenchant/Manifest               |  1 +
 dev-python/pyenchant/pyenchant-1.6.8.ebuild | 30 +++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/pyenchant/Manifest b/dev-python/pyenchant/Manifest
index 5a20ccd..57d11b3 100644
--- a/dev-python/pyenchant/Manifest
+++ b/dev-python/pyenchant/Manifest
@@ -1 +1,2 @@
 DIST pyenchant-1.6.6.tar.gz 64010 SHA256 25c9d2667d512f8fc4410465fdd2e868377ca07eb3d56e2b6e534a86281d64d3 SHA512 af6aa1ac77b5718ec4b4aad3d0b88d26e697b472ec8261b23b37fdbf6b399a120ccc3e4ee6579b884c44b0eeb3f95bcdbceea189105c05088a48400a0c8cdb90 WHIRLPOOL 72f6be0f5012fe467395aa9e55378d1aafcdab45e75d2ea2fb8b9bff9ab6aaccbe36806074381ed7c4703dcc93bcc24caf29830302b8986e89ffc29eb0b5042e
+DIST pyenchant-1.6.8.tar.gz 63693 SHA256 7ead2ee74f1a4fc2a7199b3d6012eaaaceea03fbcadcb5df67d2f9d0d51f050a SHA512 1a297cd279a0fbea2657bb42f2018a693b7f1d2da420f8cba436f680fb803282432f86e244a098eb7b9ef801059a3ee3c3bbaa748d30ea6357edf9f778e2f0a0 WHIRLPOOL 5a54fdc53867d726db9c92915dd2e09007a058ad4cf38f5a3964f6ad1ada796f032a07495a924c4311a13f8b2ad5e0d6ca6091b1ec1fb70056d40e68460eaf59

diff --git a/dev-python/pyenchant/pyenchant-1.6.8.ebuild b/dev-python/pyenchant/pyenchant-1.6.8.ebuild
new file mode 100644
index 00000000..0bed151
--- /dev/null
+++ b/dev-python/pyenchant/pyenchant-1.6.8.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="Python bindings for the Enchant spellchecking system"
+HOMEPAGE="http://pyenchant.sourceforge.net https://pypi.python.org/pypi/pyenchant"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+IUSE="test"
+
+RDEPEND=">=app-text/enchant-${PV%.*}"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+	test? ( ${RDEPEND} )"
+
+python_test() {
+	if [[ -n "$(LC_ALL="en_US.UTF-8" bash -c "" 2>&1)" ]]; then
+		ewarn "Disabling tests due to missing en_US.UTF-8 locale"
+	else
+		esetup.py test
+	fi
+}


             reply	other threads:[~2016-09-05 21:50 UTC|newest]

Thread overview: 70+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-05 21:50 Manuel Rüger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-06 14:03 [gentoo-commits] repo/gentoo:master commit in: dev-python/pyenchant/ Ionen Wolkens
2024-05-18  7:26 Michał Górny
2023-11-07 16:02 Michał Górny
2023-11-07 16:02 Michał Górny
2022-06-27  9:29 Michał Górny
2022-06-27  8:27 Agostino Sarubbo
2022-06-27  7:37 Agostino Sarubbo
2022-06-27  7:35 Agostino Sarubbo
2022-06-27  7:34 Agostino Sarubbo
2022-06-26 18:22 Arthur Zamarin
2022-06-26 17:24 Arthur Zamarin
2022-06-26 17:13 Arthur Zamarin
2022-05-26  8:07 Michał Górny
2022-05-26  8:07 Michał Górny
2022-04-26  2:58 Sam James
2021-11-15  8:46 Michał Górny
2021-11-15  8:42 Agostino Sarubbo
2021-11-14 20:30 Sam James
2021-11-14  9:06 Agostino Sarubbo
2021-11-14  3:21 Sam James
2021-11-13 19:50 Sam James
2021-11-13 19:50 Sam James
2021-11-13  9:26 Arthur Zamarin
2021-10-06  7:46 Michał Górny
2021-09-04 21:57 Michał Górny
2021-08-03 15:36 Agostino Sarubbo
2021-08-03 10:57 Agostino Sarubbo
2021-08-02  4:03 Agostino Sarubbo
2021-08-01  8:09 Agostino Sarubbo
2021-08-01  8:08 Agostino Sarubbo
2021-07-31 22:12 Sam James
2021-06-24 18:40 Michał Górny
2021-06-05 17:59 Michał Górny
2021-01-18 14:55 Michał Górny
2021-01-18 14:53 Sam James
2021-01-15  0:01 Sam James
2021-01-14 23:59 Sam James
2021-01-13 21:55 Sam James
2021-01-13 21:55 Sam James
2021-01-13 19:34 Sam James
2021-01-13 19:06 Sam James
2020-12-14 12:29 Michał Górny
2020-09-27  6:42 Matt Turner
2020-08-22 12:29 Michał Górny
2020-08-22 11:39 Michał Górny
2020-08-22 11:26 Agostino Sarubbo
2020-08-22  5:50 Agostino Sarubbo
2020-08-19  3:34 Michał Górny
2020-08-18 21:53 Sergei Trofimovich
2020-08-02  8:52 Michał Górny
2020-07-19 12:39 Sam James
2020-07-18 13:31 Sam James
2020-07-11 19:55 Sergei Trofimovich
2020-06-12 18:24 Michał Górny
2020-05-20  9:30 Michał Górny
2020-04-11 11:30 Michał Górny
2020-04-11  7:49 Michał Górny
2020-02-08  9:28 Mart Raudsepp
2020-02-02 19:35 Mart Raudsepp
2019-12-30 21:54 Piotr Karbowski
2019-12-04  6:48 Aaron Bauman
2019-07-29 20:02 Aaron Bauman
2019-03-11 21:03 Andreas Sturmlechner
2018-07-28 17:22 Louis Sautier
2018-07-28 17:22 Louis Sautier
2017-09-28 13:42 Michael Palimaka
2017-09-08 20:53 Markus Meier
2017-02-13  9:13 Zac Medico
2016-01-30 16:20 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=1473112097.4316668d1ffcd13e2e2cb446777a9502b5aac624.mrueg@gentoo \
    --to=mrueg@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