public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anna Vyalkova" <cyber+gentoo@sysrq.in>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/zopfli/
Date: Wed,  1 Mar 2023 01:13:35 +0000 (UTC)	[thread overview]
Message-ID: <1677630570.dec5cffd9c4af200e06f695a6062dbef2a453241.cybertailor@gentoo> (raw)

commit:     dec5cffd9c4af200e06f695a6062dbef2a453241
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Wed Mar  1 00:29:30 2023 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Wed Mar  1 00:29:30 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dec5cffd

dev-python/zopfli: new package, add 0.2.2

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/zopfli/Manifest            |  1 +
 dev-python/zopfli/metadata.xml        | 11 +++++++++++
 dev-python/zopfli/zopfli-0.2.2.ebuild | 33 +++++++++++++++++++++++++++++++++
 3 files changed, 45 insertions(+)

diff --git a/dev-python/zopfli/Manifest b/dev-python/zopfli/Manifest
new file mode 100644
index 000000000..3ecb0f1e3
--- /dev/null
+++ b/dev-python/zopfli/Manifest
@@ -0,0 +1 @@
+DIST zopfli-0.2.2.zip 205320 BLAKE2B 30bc3ed16c82e9527e5445b0fd758bf841ae970f4b10b6ebe3d88db5cf085a5b8e560e39282cfaacb6074184b08da7c142da330f7ba582fe35b5c1fdbdb0bd51 SHA512 5fd26039ce0bd910714fc4706a72d04bb5cf794957547943174ef12efe089c932802cc6bef4840a532f24d93fa726c0c23b0b1c2e6ec9eb3209c2f54b0eb8ba0

diff --git a/dev-python/zopfli/metadata.xml b/dev-python/zopfli/metadata.xml
new file mode 100644
index 000000000..6083b9602
--- /dev/null
+++ b/dev-python/zopfli/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>cyber+gentoo@sysrq.in</email>
+		<name>Anna</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="pypi">zopfli</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-python/zopfli/zopfli-0.2.2.ebuild b/dev-python/zopfli/zopfli-0.2.2.ebuild
new file mode 100644
index 000000000..b69ee09b2
--- /dev/null
+++ b/dev-python/zopfli/zopfli-0.2.2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1 pypi
+
+DESCRIPTION="Zopfli module for Python"
+HOMEPAGE="
+	https://pypi.org/project/zopfli/
+	https://github.com/fonttools/py-zopfli
+"
+SRC_URI="$(pypi_sdist_url ${PN} ${PV} .zip)"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="app-arch/zopfli:="
+RDEPEND="${DEPEND}"
+BDEPEND="
+	app-arch/unzip
+	dev-python/setuptools_scm[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+src_configure() {
+	export USE_SYSTEM_ZOPFLI=1
+	distutils-r1_src_configure
+}


             reply	other threads:[~2023-03-01  1:13 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-01  1:13 Anna Vyalkova [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-05-04  1:15 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/zopfli/ Anna Vyalkova
2023-05-04  1:15 Anna Vyalkova
2024-05-14 20:12 [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-05-14 20:07 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy

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=1677630570.dec5cffd9c4af200e06f695a6062dbef2a453241.cybertailor@gentoo \
    --to=cyber+gentoo@sysrq.in \
    --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