From: "Sergei Trofimovich" <slyfox@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/libarchive-c/
Date: Wed, 15 Apr 2020 23:33:55 +0000 (UTC) [thread overview]
Message-ID: <1586993631.6c043ed35febe1a550b0e77a7498884aeabd6a86.slyfox@gentoo> (raw)
commit: 6c043ed35febe1a550b0e77a7498884aeabd6a86
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 15 23:33:39 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Apr 15 23:33:51 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c043ed3
dev-python/libarchive-c: bump up to 2.9
While at it switch to EAPI=7 and add RDEPEND on a c library
it provildes bindings for.
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
dev-python/libarchive-c/Manifest | 1 +
dev-python/libarchive-c/libarchive-c-2.9.ebuild | 18 ++++++++++++++++++
2 files changed, 19 insertions(+)
diff --git a/dev-python/libarchive-c/Manifest b/dev-python/libarchive-c/Manifest
index 6fe72ca98f2..5de3e53f7b9 100644
--- a/dev-python/libarchive-c/Manifest
+++ b/dev-python/libarchive-c/Manifest
@@ -1 +1,2 @@
DIST libarchive-c-2.8.tar.gz 45182 BLAKE2B 8282c46f1e2bd4c9e83809743953fd8f11408e7c7b0849735cb1c4afda35387cfd6889a0443ecda26bd411a7dcab384e42c685650d62be591fc72bdb151770a8 SHA512 533b23081996f2bfbd558e379d69e0c02ecfc7e62d39f4ae2ecf5b639511ecffc073422e78d7357cc58daa260b956a6399b42db5d26d6e3933622c622fa8dc5f
+DIST libarchive-c-2.9.tar.gz 46408 BLAKE2B e24d9ce56919b6c6217da7629ac3c87023f44d2f1470f6632b3e3b478d29e76edb8fed5e4f8d7a75ab5efd160588dba82d23960d0224ce571ea01af9fd7efaec SHA512 b154cfe39247050c156d57f657b9668f3b1add879b7fb5b32cbc127becee63d1898fb1c4bd60e7fe72e814f544ddefa6680d582fec28b0feed90940fae8cc238
diff --git a/dev-python/libarchive-c/libarchive-c-2.9.ebuild b/dev-python/libarchive-c/libarchive-c-2.9.ebuild
new file mode 100644
index 00000000000..8b2f554429d
--- /dev/null
+++ b/dev-python/libarchive-c/libarchive-c-2.9.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="A Python interface to libarchive"
+HOMEPAGE="https://github.com/Changaco/python-libarchive-c/ https://pypi.org/project/libarchive-c/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="CC0-1.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="app-arch/libarchive"
next reply other threads:[~2020-04-15 23:33 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-15 23:33 Sergei Trofimovich [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-05-18 5:50 [gentoo-commits] repo/gentoo:master commit in: dev-python/libarchive-c/ Michał Górny
2024-03-22 12:37 Michał Górny
2024-03-22 6:14 Arthur Zamarin
2024-03-21 20:30 Arthur Zamarin
2024-03-05 19:11 Michał Górny
2023-08-06 11:22 Andrey Grozin
2023-08-05 21:36 Sam James
2023-08-05 21:36 Sam James
2023-07-06 12:27 Michał Górny
2023-07-06 6:32 Sam James
2023-07-06 6:32 Sam James
2023-07-05 7:58 Michał Górny
2023-05-31 18:29 Michał Górny
2023-05-31 18:29 Michał Górny
2022-12-31 12:10 Arthur Zamarin
2022-05-28 5:59 Sam James
2022-02-27 18:58 Michał Górny
2022-02-27 12:29 Jakov Smolić
2022-02-27 12:23 Jakov Smolić
2022-01-22 18:25 Arthur Zamarin
2022-01-04 13:55 Michał Górny
2022-01-04 3:20 Sam James
2022-01-03 19:23 Jakov Smolić
2021-12-02 20:42 Sam James
2021-12-02 20:12 Sam James
2021-09-06 6:36 Michał Górny
2021-09-06 5:40 Agostino Sarubbo
2021-09-05 20:01 Agostino Sarubbo
2021-08-05 17:07 Andrey Grozin
2021-07-25 3:23 Sam James
2021-07-25 1:10 Sam James
2021-07-18 6:35 Agostino Sarubbo
2021-07-18 6:33 Agostino Sarubbo
2021-07-17 4:16 Sam James
2021-03-04 9:24 Andrey Grozin
2021-02-18 20:11 Sergei Trofimovich
2020-03-27 21:06 Michał Górny
2020-02-05 16:24 Michał Górny
2018-11-11 13:52 Andrey Grozin
2017-03-02 18:06 Andrey Grozin
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=1586993631.6c043ed35febe1a550b0e77a7498884aeabd6a86.slyfox@gentoo \
--to=slyfox@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