public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Marek Szuba" <marecki@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyicu/
Date: Wed, 10 Aug 2016 15:08:09 +0000 (UTC)	[thread overview]
Message-ID: <1470841683.87bd745747d60801cb9c684ac5ebfd3fd1c185d4.marecki@gentoo> (raw)

commit:     87bd745747d60801cb9c684ac5ebfd3fd1c185d4
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 10 15:08:03 2016 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Wed Aug 10 15:08:03 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87bd7457

dev-python/pyicu: new package

Python bindings for dev-libs/icu. Ebuild based heavily on the one for
version 1.9.2 from the jmbsvicetto overlay.

Package-Manager: portage-2.3.0

 dev-python/pyicu/Manifest           |  1 +
 dev-python/pyicu/metadata.xml       |  8 ++++++
 dev-python/pyicu/pyicu-1.9.3.ebuild | 53 +++++++++++++++++++++++++++++++++++++
 3 files changed, 62 insertions(+)

diff --git a/dev-python/pyicu/Manifest b/dev-python/pyicu/Manifest
new file mode 100644
index 0000000..f430b7c
--- /dev/null
+++ b/dev-python/pyicu/Manifest
@@ -0,0 +1 @@
+DIST PyICU-1.9.3.tar.gz 179514 SHA256 1a7a96212cb3e42e8df85b9062f1f1d6e207474d44f087218fad1d4ec210fa42 SHA512 93720f6fd4131b6cff7fe89996a3851b5993c74859e85de7813883a30152b63a0065b8c51c536cd40417b6e3ccf0ec4e26ed471cec84cd48761a306a35bfd15c WHIRLPOOL 97d5ff9d5a96aa98700c3048104bb79309f3b7a2e6610a03be1a1b06b23be44ffaa6ef9afb548144757421616bf2401fa4bffac6d8759a7718021abfa9fb03d0

diff --git a/dev-python/pyicu/metadata.xml b/dev-python/pyicu/metadata.xml
new file mode 100644
index 0000000..1aa581a
--- /dev/null
+++ b/dev-python/pyicu/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="person">
+  <email>marecki@gentoo.org</email>
+  <name>Marek Szuba</name>
+</maintainer>
+</pkgmetadata>

diff --git a/dev-python/pyicu/pyicu-1.9.3.ebuild b/dev-python/pyicu/pyicu-1.9.3.ebuild
new file mode 100644
index 0000000..3214426
--- /dev/null
+++ b/dev-python/pyicu/pyicu-1.9.3.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
+DISTUTILS_IN_SOURCE_BUILD=1 # setup.py applies 2to3 to tests
+
+inherit distutils-r1
+
+MY_PN="PyICU"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Python bindings for dev-libs/icu"
+HOMEPAGE="https://github.com/ovalhub/pyicu"
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc"
+
+RDEPEND="${PYTHON_DEPS}
+	dev-libs/icu
+"
+DEPEND="${RDEPEND}
+	doc? ( dev-python/epydoc )"
+
+S="${WORKDIR}/${MY_P}"
+
+DOCS=(CHANGES CREDITS README.md)
+
+python_compile_all() {
+	if use doc; then
+		einfo "Making documentation from ${EPYTHON} build"
+		cd "${BEST_BUILD_DIR}" || die
+		epydoc --html --verbose \
+			--url="${HOMEPAGE}" --name="${MY_P}" \
+			icu.py || die "Making the docs failed!"
+	fi
+}
+
+python_test() {
+	esetup.py test
+}
+
+python_install_all() {
+	distutils-r1_python_install_all
+	if use doc; then
+		dohtml -r ../*/html/*
+	fi
+}


             reply	other threads:[~2016-08-10 15:08 UTC|newest]

Thread overview: 105+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-10 15:08 Marek Szuba [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-09-08 12:11 [gentoo-commits] repo/gentoo:master commit in: dev-python/pyicu/ Marek Szuba
2016-09-21 11:26 Marek Szuba
2016-09-22 12:51 Marek Szuba
2016-11-28 15:30 Marek Szuba
2016-12-28 14:24 Marek Szuba
2016-12-29 10:45 Agostino Sarubbo
2017-04-20 10:42 Marek Szuba
2017-04-24 12:54 Marek Szuba
2017-05-05 14:33 Manuel Rüger
2017-05-22  9:21 Marek Szuba
2017-06-13 14:34 Marek Szuba
2017-11-17  9:16 Marek Szuba
2018-01-15  8:12 Marek Szuba
2018-01-17 10:01 Marek Szuba
2018-01-17 10:03 Marek Szuba
2018-01-17 10:44 Marek Szuba
2018-02-12 22:10 Thomas Deutschmann
2018-02-15 13:58 Jason Zaman
2018-04-18 13:22 Marek Szuba
2018-05-25 10:06 Marek Szuba
2018-05-26 12:23 David Seifert
2018-06-20 10:15 Marek Szuba
2018-09-10  8:46 Marek Szuba
2019-01-09 14:38 Marek Szuba
2019-01-28 15:30 Marek Szuba
2019-01-28 15:30 Marek Szuba
2019-04-01 14:51 Marek Szuba
2019-04-01 14:51 Marek Szuba
2019-06-04 14:45 Thomas Deutschmann
2019-10-08 14:57 Marek Szuba
2019-10-08 14:57 Marek Szuba
2020-01-24  9:17 Marek Szuba
2020-02-05 19:37 Michał Górny
2020-03-20  8:59 Agostino Sarubbo
2020-03-20  9:04 Agostino Sarubbo
2020-03-25 16:57 Marek Szuba
2020-04-21 23:23 Marek Szuba
2020-04-22 23:48 Marek Szuba
2020-05-19 15:47 Marek Szuba
2020-05-31 15:40 Mikle Kolyada
2020-06-19 16:12 Marek Szuba
2020-07-01 12:43 Marek Szuba
2020-07-29 11:33 [gentoo-commits] repo/gentoo:master commit in: dev-python/PyICU/ Marek Szuba
2020-08-05 15:18 Michał Górny
2020-12-09  9:55 Marek Szuba
2020-12-22 17:08 Thomas Deutschmann
2020-12-24 10:03 Agostino Sarubbo
2021-01-20 19:32 Andreas Sturmlechner
2021-03-15 12:49 Marek Szuba
2021-04-11 10:47 Michał Górny
2021-04-11 10:47 [gentoo-commits] repo/gentoo:master commit in: dev-python/pyicu/ Michał Górny
2021-04-11 10:47 [gentoo-commits] repo/gentoo:master commit in: dev-python/PyICU/ Michał Górny
2021-04-16  8:30 [gentoo-commits] repo/gentoo:master commit in: dev-python/pyicu/ Michał Górny
2021-04-27 11:05 Marek Szuba
2021-05-04 22:56 Michał Górny
2021-05-13 19:11 Marek Szuba
2021-05-19 17:22 Sam James
2021-05-19 17:25 Sam James
2021-05-19 17:42 Marek Szuba
2021-06-17 19:47 Michał Górny
2021-07-19 18:36 Sam James
2021-07-19 18:36 Sam James
2021-07-19 23:14 Marek Szuba
2021-07-20  9:08 Michał Górny
2021-10-29 19:37 Michał Górny
2021-12-02  8:54 Jakov Smolić
2021-12-03  7:57 Arthur Zamarin
2021-12-03  8:42 Michał Górny
2022-02-01 10:06 Michał Górny
2022-03-15 18:16 Jakov Smolić
2022-03-16  8:07 Michał Górny
2022-03-28 22:48 Zac Medico
2022-04-13  5:30 Michał Górny
2022-05-15  8:19 Jakov Smolić
2022-05-15  8:19 Jakov Smolić
2022-05-15 10:57 Michał Górny
2022-05-15 10:57 Michał Górny
2022-10-24  5:14 Michał Górny
2022-10-24 19:10 Arthur Zamarin
2022-10-26  4:03 Michał Górny
2022-11-25 19:11 Sam James
2022-11-25 19:11 Sam James
2022-11-25 20:36 Arthur Zamarin
2023-03-22 22:47 Sam James
2023-04-16  3:42 Michał Górny
2023-05-04 16:30 Michał Górny
2023-05-29 12:26 Michał Górny
2023-06-03 18:09 Arthur Zamarin
2023-06-03 20:17 Sam James
2023-06-04  4:58 Michał Górny
2023-11-02  5:30 Michał Górny
2023-11-29 11:32 Michał Górny
2023-11-29 11:45 Arthur Zamarin
2023-11-29 12:07 Michał Górny
2024-04-21  2:35 Michał Górny
2024-04-30  5:02 Michał Górny
2024-05-17  8:27 Arthur Zamarin
2024-05-17  8:48 Arthur Zamarin
2024-05-17  9:49 Michał Górny
2024-05-17  9:55 Michał Górny
2024-10-27  2:49 Michał Górny
2024-11-16  8:58 Michał Górny
2024-11-16  9:20 Michał Górny
2024-11-16  9:21 Michał Górny

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=1470841683.87bd745747d60801cb9c684ac5ebfd3fd1c185d4.marecki@gentoo \
    --to=marecki@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