From: "Aaron W. Swenson" <titanofold@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-compress/
Date: Sat, 12 Sep 2020 11:57:11 +0000 (UTC) [thread overview]
Message-ID: <1599911253.4a9a6820195d545dba2d79a24c372b4b8d2a291d.titanofold@gentoo> (raw)
commit: 4a9a6820195d545dba2d79a24c372b4b8d2a291d
Author: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 12 11:47:29 2020 +0000
Commit: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
CommitDate: Sat Sep 12 11:47:33 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a9a6820
dev-python/flask-compress: Initial Commit
Required by dev-db/pgadmin4-4.25.
Package initially created/curated by Jorge Pizarro Callejas, a.k.a. Jorgicio,
via https://github.com/jorgicio/jorgicio-gentoo-overlay.
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Aaron W. Swenson <titanofold <AT> gentoo.org>
dev-python/flask-compress/Manifest | 1 +
.../flask-compress/flask-compress-1.5.0.ebuild | 36 ++++++++++++++++++++++
dev-python/flask-compress/metadata.xml | 15 +++++++++
3 files changed, 52 insertions(+)
diff --git a/dev-python/flask-compress/Manifest b/dev-python/flask-compress/Manifest
new file mode 100644
index 00000000000..ee9d97ab0a9
--- /dev/null
+++ b/dev-python/flask-compress/Manifest
@@ -0,0 +1 @@
+DIST Flask-Compress-1.5.0.tar.gz 6473 BLAKE2B eba68544018d587a7651c07739ac14218ff9918031fee740893245816daa7494d4998cf60b533971ba8dc0c7c9e3d1e1c14ee746d9e29deab70b30478a3c4eae SHA512 fe2d1dfef8be8d04b78a2938dd52a1f6068e6c35741f593fbb0d3d050b789b8d70188d683f7028b92a180653afda0566bda29b82475b20444f6563c8620ff1ec
diff --git a/dev-python/flask-compress/flask-compress-1.5.0.ebuild b/dev-python/flask-compress/flask-compress-1.5.0.ebuild
new file mode 100644
index 00000000000..115c157c65c
--- /dev/null
+++ b/dev-python/flask-compress/flask-compress-1.5.0.ebuild
@@ -0,0 +1,36 @@
+# 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
+
+MY_PN="Flask-Compress"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Compress responses in your Flask app with gzip"
+HOMEPAGE="https://pypi.org/project/Flask-Compress"
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+ app-arch/brotli[python,${PYTHON_USEDEP}]
+ dev-python/flask[${PYTHON_USEDEP}]
+ dev-python/setuptools[${PYTHON_USEDEP}]
+"
+
+DEPEND="
+ ${RDEPEND}
+ test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+
+S="${WORKDIR}/${MY_P}"
+
+python_test() {
+ pytest
+}
diff --git a/dev-python/flask-compress/metadata.xml b/dev-python/flask-compress/metadata.xml
new file mode 100644
index 00000000000..09014f03117
--- /dev/null
+++ b/dev-python/flask-compress/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>
+ <name>Python</name>
+ </maintainer>
+ <maintainer type="person">
+ <email>titanofold@gentoo.org</email>
+ <name>Aaron W. Swenson</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">Flask-Gravatar</remote-id>
+ </upstream>
+</pkgmetadata>
next reply other threads:[~2020-09-12 11:57 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-12 11:57 Aaron W. Swenson [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-11-18 1:39 [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-compress/ Sam James
2020-11-18 4:55 Aaron W. Swenson
2020-11-18 12:03 Aaron W. Swenson
2020-12-04 19:39 Thomas Deutschmann
2020-12-11 12:55 Michał Górny
2020-12-24 10:03 Agostino Sarubbo
2021-01-09 19:06 Andreas Sturmlechner
2021-02-17 8:33 Michał Górny
2021-03-25 21:29 Sam James
2021-03-25 21:35 Michał Górny
2021-06-16 4:42 Michał Górny
2021-06-16 19:33 Michał Górny
2021-07-24 15:12 Sam James
2021-07-24 17:30 Michał Górny
2021-08-24 18:20 Arthur Zamarin
2022-03-09 20:29 Arthur Zamarin
2022-04-16 7:38 Sam James
2022-04-16 15:56 Michał Górny
2022-04-28 18:48 Michał Górny
2022-05-31 7:17 Jakov Smolić
2022-05-31 7:28 Michał Górny
2022-09-22 7:40 Michał Górny
2022-10-25 9:49 Sam James
2022-10-25 10:31 Michał Górny
2023-06-02 18:19 Michał Górny
2023-09-12 6:00 Michał Górny
2023-10-14 16:52 Arthur Zamarin
2023-10-14 18:28 Michał Górny
2023-11-24 14:24 Michał Górny
2024-04-25 17:56 Arthur Zamarin
2024-05-11 7:12 Arthur Zamarin
2024-05-11 8:13 Michał Górny
2024-06-18 19:10 Michał Górny
2024-10-15 7:00 Michał Górny
2024-10-15 10:59 Jakov Smolić
2024-11-02 9:43 Arthur Zamarin
2024-11-02 19:04 Arthur Zamarin
2024-11-02 20:18 Sam James
2024-11-03 13:39 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=1599911253.4a9a6820195d545dba2d79a24c372b4b8d2a291d.titanofold@gentoo \
--to=titanofold@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