From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/snappy/
Date: Tue, 22 Feb 2022 18:55:12 +0000 (UTC) [thread overview]
Message-ID: <1645556104.e8518d042d4df26736b9dfff36ff373ec7f053c6.mgorny@gentoo> (raw)
commit: e8518d042d4df26736b9dfff36ff373ec7f053c6
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 22 18:03:19 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 22 18:55:04 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8518d04
dev-python/snappy: Bump to 0.6.1
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/snappy/Manifest | 1 +
dev-python/snappy/snappy-0.6.1.ebuild | 30 ++++++++++++++++++++++++++++++
2 files changed, 31 insertions(+)
diff --git a/dev-python/snappy/Manifest b/dev-python/snappy/Manifest
index 201aa4e0e030..c04e4b77b9ce 100644
--- a/dev-python/snappy/Manifest
+++ b/dev-python/snappy/Manifest
@@ -1 +1,2 @@
DIST python-snappy-0.6.0.tar.gz 21344 BLAKE2B ed5b3796a6af9b2196a1cd5353cefb808a878b324d2eae6f83fca12400365c069ed38ad50d790d6201ae9584128371a655ac2003708d324fe227e0153ddaca5d SHA512 185f43fa3adef2a5ec7468f993b83d356dbd76b3340badd308ff2350352b004c4c9528b73282407ebc4f6e1c23a03c1b9abd9f3915b04771ad9b011d7163a63c
+DIST python-snappy-0.6.1.tar.gz 24110 BLAKE2B 66ba24aa1768084c87188dde6eb6c98daf90da39e49902bbc283226aaf28b8d267bbc69f3cb9f30d9aaf64b3e25cc0fae47113bcc65f18dbec2128294c0dbe4b SHA512 43301f568633068bbdcb3dc318f37efcabbb5bd3f61a06b3a3a476006c3cbc1dfddea4ac2de0876bb127b354aa81ccc55dc44631dc8fba06036a0b6c7dfbdb9b
diff --git a/dev-python/snappy/snappy-0.6.1.ebuild b/dev-python/snappy/snappy-0.6.1.ebuild
new file mode 100644
index 000000000000..9eb13b873121
--- /dev/null
+++ b/dev-python/snappy/snappy-0.6.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+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.org/project/python-snappy/"
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+SLOT="0"
+
+DEPEND=">=app-arch/snappy-1.0.2:="
+RDEPEND=${DEPEND}
+
+python_test() {
+ cp test*.py "${BUILD_DIR}" || die
+ cd "${BUILD_DIR}" || die
+ "${EPYTHON}" -m unittest -v || die "Tests fail with ${EPYTHON}"
+}
next reply other threads:[~2022-02-22 18:55 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-22 18:55 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-02-02 18:41 [gentoo-commits] repo/gentoo:master commit in: dev-python/snappy/ Michał Górny
2022-05-19 15:23 Michał Górny
2022-04-10 6:39 Michał Górny
2022-04-09 21:52 Jakov Smolić
2022-04-09 21:24 Jakov Smolić
2022-04-09 16:45 Arthur Zamarin
2022-04-09 16:40 Arthur Zamarin
2022-03-10 6:04 Yixun Lan
2021-06-05 18:20 Michał Górny
2021-02-20 10:10 Michał Górny
2021-02-20 1:45 Sam James
2021-02-19 12:07 Sam James
2021-02-19 3:40 Sam James
2021-02-19 2:54 Sam James
2021-01-18 11:46 Michał Górny
2021-01-07 9:16 Michał Górny
2020-09-20 9:36 Michał Górny
2020-07-20 11:45 Sam James
2020-03-29 8:20 Michał Górny
2020-03-25 13:12 Agostino Sarubbo
2019-12-19 1:17 Zac Medico
2019-05-21 15:37 Stephen Klimaszewski
2017-07-21 17:38 Sebastien Fabbro
2017-07-21 0:23 Sebastien Fabbro
2017-05-15 4:30 Zac Medico
2017-01-20 21:43 David Seifert
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=1645556104.e8518d042d4df26736b9dfff36ff373ec7f053c6.mgorny@gentoo \
--to=mgorny@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