public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matthew Thode" <prometheanfire@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/zstd/
Date: Sun, 18 Oct 2020 21:59:43 +0000 (UTC)	[thread overview]
Message-ID: <1603058367.6aa6716eb11e3005996a7b2613438daa3711f7a2.prometheanfire@gentoo> (raw)

commit:     6aa6716eb11e3005996a7b2613438daa3711f7a2
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 18 19:36:19 2020 +0000
Commit:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sun Oct 18 21:59:27 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6aa6716e

dev-python/zstd: initial add of 1.4.5.1 for cinder

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>

 dev-python/zstd/Manifest            |  1 +
 dev-python/zstd/metadata.xml        | 15 +++++++++++++++
 dev-python/zstd/zstd-1.4.5.1.ebuild | 17 +++++++++++++++++
 3 files changed, 33 insertions(+)

diff --git a/dev-python/zstd/Manifest b/dev-python/zstd/Manifest
new file mode 100644
index 00000000000..fa2ef816594
--- /dev/null
+++ b/dev-python/zstd/Manifest
@@ -0,0 +1 @@
+DIST zstd-1.4.5.1.tar.gz 483105 BLAKE2B 5edd7d2c7cb26817d2a7f30536373d19a6939140dea3fb93589ff45495d51afbd1e98c4f73145869dd8a72a35c0e7543a7a21d688771746485b4dd275933dff8 SHA512 f27e255bc66798b2227d39eaa7648803e7753556b522d3dc37e82413f01dcff44b05f652c210e9832077876bd954a3abdad5ed1823f5f50217b83159bbaf896d

diff --git a/dev-python/zstd/metadata.xml b/dev-python/zstd/metadata.xml
new file mode 100644
index 00000000000..a3a4596ed6c
--- /dev/null
+++ b/dev-python/zstd/metadata.xml
@@ -0,0 +1,15 @@
+<?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>
+	</maintainer>
+	<maintainer type="person">
+		<email>prometheanfire@gentoo.org</email>
+		<name>Matthew Thode</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="pypi">zstd</remote-id>
+		<remote-id type="github">sergey-dryabzhinsky/python-zstd</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-python/zstd/zstd-1.4.5.1.ebuild b/dev-python/zstd/zstd-1.4.5.1.ebuild
new file mode 100644
index 00000000000..1a0360e5f0f
--- /dev/null
+++ b/dev-python/zstd/zstd-1.4.5.1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_7 python3_8 )
+inherit distutils-r1
+
+DESCRIPTION="Simple python bindings to Yann Collet ZSTD compression library."
+HOMEPAGE="https://github.com/sergey-dryabzhinsky/python-zstd"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+DEPEND="app-arch/zstd"


             reply	other threads:[~2020-10-18 21:59 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-18 21:59 Matthew Thode [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-10-19 21:22 [gentoo-commits] repo/gentoo:master commit in: dev-python/zstd/ Matthew Thode
2020-12-19 21:40 Matthew Thode
2021-04-17  6:22 Michał Górny
2021-05-15 21:18 Michał Górny
2021-05-18 23:20 Sam James
2021-05-18 23:20 Sam James
2021-05-19  5:59 Michał Górny
2021-05-19  6:02 Michał Górny
2021-06-24  4:26 Agostino Sarubbo
2021-06-24  4:29 Agostino Sarubbo
2021-06-24  8:20 Michał Górny
2021-12-02 23:13 Michał Górny
2021-12-03  7:12 Michał Górny
2021-12-03  7:42 Michał Górny
2022-01-03 17:49 Arthur Zamarin
2022-01-03 19:23 Jakov Smolić
2022-01-03 19:23 Jakov Smolić
2022-01-03 22:33 Michał Górny
2022-02-04  9:03 Jakov Smolić
2022-02-04  9:12 Jakov Smolić
2022-02-04 10:27 Michał Górny
2022-03-21 21:25 Michał Górny
2022-04-16 15:41 Arthur Zamarin
2022-04-18  8:19 Michał Górny
2022-04-20  7:47 Michał Górny
2022-05-03  8:27 Michał Górny
2022-05-19  7:14 Michał Górny
2022-05-21 17:35 Jakov Smolić
2022-05-21 17:35 Jakov Smolić
2022-05-21 19:25 Michał Górny
2022-09-09  7:23 Arthur Zamarin
2022-10-10 18:34 Sam James
2022-10-10 18:34 Sam James
2022-10-10 20:22 Michał Górny
2023-02-11 19:11 Michał Górny
2023-02-21  7:41 Michał Górny
2023-03-18 16:22 Sam James
2023-03-18 16:22 Sam James
2023-03-18 17:20 Michał Górny
2023-03-24  5:21 Michał Górny
2023-04-06  3:07 Michał Górny
2023-04-28 15:55 Arthur Zamarin
2023-04-28 15:55 Arthur Zamarin
2023-04-28 15:56 Arthur Zamarin
2023-05-04 17:04 Michał Górny
2023-05-27 13:21 Michał Górny
2024-05-12 12:25 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=1603058367.6aa6716eb11e3005996a7b2613438daa3711f7a2.prometheanfire@gentoo \
    --to=prometheanfire@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