From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/snappy/
Date: Fri, 20 Jan 2017 21:43:53 +0000 (UTC) [thread overview]
Message-ID: <1484948627.7c3bd4d10aef624a40fe8bb4dbaadc8e3b9fa30b.soap@gentoo> (raw)
commit: 7c3bd4d10aef624a40fe8bb4dbaadc8e3b9fa30b
Author: Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Fri Jan 20 21:27:52 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Jan 20 21:43:47 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c3bd4d1
dev-python/snappy: add py3.5, EAPI=6, fix deps
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3569
dev-python/snappy/metadata.xml | 15 ++++++++-------
dev-python/snappy/snappy-0.5-r3.ebuild | 32 ++++++++++++++++++++++++++++++++
2 files changed, 40 insertions(+), 7 deletions(-)
diff --git a/dev-python/snappy/metadata.xml b/dev-python/snappy/metadata.xml
index 24add7c..0c0b879 100644
--- a/dev-python/snappy/metadata.xml
+++ b/dev-python/snappy/metadata.xml
@@ -1,11 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <upstream>
- <remote-id type="pypi">python-snappy</remote-id>
- </upstream>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">python-snappy</remote-id>
+ <remote-id type="github">andrix/python-snappy</remote-id>
+ </upstream>
</pkgmetadata>
diff --git a/dev-python/snappy/snappy-0.5-r3.ebuild b/dev-python/snappy/snappy-0.5-r3.ebuild
new file mode 100644
index 00000000..a246a79
--- /dev/null
+++ b/dev-python/snappy/snappy-0.5-r3.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1
+
+MY_PN=python-${PN}
+MY_P=${MY_PN}-${PV}
+
+DESCRIPTION="Python library for the snappy compression library from Google"
+HOMEPAGE="https://pypi.python.org/pypi/python-snappy"
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~arm ~x86"
+SLOT="0"
+
+RDEPEND=">=app-arch/snappy-1.0.2"
+DEPEND="
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ ${RDEPEND}
+"
+
+S=${WORKDIR}/${MY_P}
+
+python_test() {
+ "${EPYTHON}" test_snappy.py -v || die "Tests fail with ${EPYTHON}"
+}
next reply other threads:[~2017-01-20 21:43 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-20 21:43 David Seifert [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-05-15 4:30 [gentoo-commits] repo/gentoo:master commit in: dev-python/snappy/ Zac Medico
2017-07-21 0:23 Sebastien Fabbro
2017-07-21 17:38 Sebastien Fabbro
2019-05-21 15:37 Stephen Klimaszewski
2019-12-19 1:17 Zac Medico
2020-03-25 13:12 Agostino Sarubbo
2020-03-29 8:20 Michał Górny
2020-07-20 11:45 Sam James
2020-09-20 9:36 Michał Górny
2021-01-07 9:16 Michał Górny
2021-01-18 11:46 Michał Górny
2021-02-19 2:54 Sam James
2021-02-19 3:40 Sam James
2021-02-19 12:07 Sam James
2021-02-20 1:45 Sam James
2021-02-20 10:10 Michał Górny
2021-06-05 18:20 Michał Górny
2022-02-22 18:55 Michał Górny
2022-03-10 6:04 Yixun Lan
2022-04-09 16:40 Arthur Zamarin
2022-04-09 16:45 Arthur Zamarin
2022-04-09 21:24 Jakov Smolić
2022-04-09 21:52 Jakov Smolić
2022-04-10 6:39 Michał Górny
2022-05-19 15:23 Michał Górny
2023-02-02 18:41 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=1484948627.7c3bd4d10aef624a40fe8bb4dbaadc8e3b9fa30b.soap@gentoo \
--to=soap@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