public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sebastian Pipping" <sping@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/piexif/
Date: Wed, 17 Jan 2018 00:34:05 +0000 (UTC)	[thread overview]
Message-ID: <1516149228.48dcb73991770537df62cb3120ba57502db0599b.sping@gentoo> (raw)

commit:     48dcb73991770537df62cb3120ba57502db0599b
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 17 00:27:10 2018 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Wed Jan 17 00:33:48 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48dcb739

dev-python/piexif: 1.1.0_beta0

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-python/piexif/Manifest                  |  1 +
 dev-python/piexif/piexif-1.1.0_beta0.ebuild | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/dev-python/piexif/Manifest b/dev-python/piexif/Manifest
index 80993f04a87..a9a14608082 100644
--- a/dev-python/piexif/Manifest
+++ b/dev-python/piexif/Manifest
@@ -1,2 +1,3 @@
 DIST piexif-1.0.12.zip 1005725 BLAKE2B ff370dfea7b2e3b0013c484c586a294ed3b1590f9248104927974b4f7d2b82435da8fb0d8345ac23bd724606e0cefc2594ba9fa49c58d0f4f00219c1a4ed6cce SHA512 71de13b30d041c2de2136e9299bea96a0446352815de5358863324743aac6a5e187800214edd209dd212108ce9a0b0b4602aee54dd54f8b058228b255b543c63
 DIST piexif-1.0.13.zip 1008345 BLAKE2B f2f1ba520d661bf3f50de41b81ceebdaff8db2d83f76d4202771438d78c30beabf118f5732a5e76a6484fbf2bd850b461a9d1a0b675f12995dd7f3c8bb32e6cf SHA512 4234783a639e777b58eb0b4591a272d7d5e8c116a7a242cf36287e64d15089478c88327a16b4fa75786fc3621a6bf647f6a075fab0708e2d0aed6395f95b92cb
+DIST piexif-1.1.0b0.zip 1010925 BLAKE2B dd0eb4cd98cd77b639d88181f7f50201928d683285c661d6fce98c2cef92adfa0a809f45c3dbd38d25745fb1c88f21d31d45871b328052043abe4a247940db62 SHA512 6549f2b1f4a36b3455d561109fc9bdfc130f668ffa78af45ddd1c9ab9264af26617f8d9c7072b2e097d3951a931fae3d8b495589d665d972097411299e24d6e4

diff --git a/dev-python/piexif/piexif-1.1.0_beta0.ebuild b/dev-python/piexif/piexif-1.1.0_beta0.ebuild
new file mode 100644
index 00000000000..d3d26468042
--- /dev/null
+++ b/dev-python/piexif/piexif-1.1.0_beta0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6}} )
+
+inherit distutils-r1
+
+MY_P=${PN}-${PV/_beta/b}
+DESCRIPTION="Exif manipulation with pure Python"
+HOMEPAGE="https://github.com/hMatoba/Piexif
+	https://pypi.python.org/pypi/piexif"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.zip"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+S="${WORKDIR}"/${MY_P}
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+	app-arch/unzip
+	test? ( dev-python/pillow )"
+
+python_test() {
+	"${PYTHON}" setup.py test
+}


             reply	other threads:[~2018-01-17  0:34 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-17  0:34 Sebastian Pipping [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-27 21:07 [gentoo-commits] repo/gentoo:master commit in: dev-python/piexif/ Michał Górny
2024-10-26 15:34 Michał Górny
2024-10-26 15:16 Arthur Zamarin
2024-10-08 19:44 Sebastian Pipping
2024-10-07 21:18 Sebastian Pipping
2023-11-24 15:29 Michał Górny
2023-06-01 13:22 Michał Górny
2023-03-27 19:21 Michał Górny
2022-12-31 13:31 Michał Górny
2022-12-31 13:01 Sam James
2022-11-28 22:41 Sebastian Pipping
2022-03-28  9:17 Jakov Smolić
2021-06-05 14:40 Michał Górny
2021-01-13 20:16 Michał Górny
2021-01-13 19:34 Sam James
2021-01-13 18:26 Michał Górny
2020-12-14 19:49 Sebastian Pipping
2020-12-13 23:07 Sebastian Pipping
2020-05-21  0:52 Sebastian Pipping
2020-05-10 13:02 Thomas Deutschmann
2020-05-10  9:32 Mikle Kolyada
2020-03-28 11:59 Michał Górny
2020-02-05 19:12 Michał Górny
2019-11-05 21:17 Sebastian Pipping
2019-11-05 19:50 Sebastian Pipping
2017-12-07 23:15 Sebastian Pipping
2017-08-05 10:19 Michael Palimaka
2017-06-14 14:33 Sebastian Pipping

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=1516149228.48dcb73991770537df62cb3120ba57502db0599b.sping@gentoo \
    --to=sping@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