public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Aaron Swenson" <titanofold@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-htmlmin/
Date: Sat,  9 Sep 2017 23:27:29 +0000 (UTC)	[thread overview]
Message-ID: <1504999610.3a618afcbafa5b9643f056b9721496a4b2431dbf.titanofold@gentoo> (raw)

commit:     3a618afcbafa5b9643f056b9721496a4b2431dbf
Author:     Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  9 22:57:05 2017 +0000
Commit:     Aaron Swenson <titanofold <AT> gentoo <DOT> org>
CommitDate: Sat Sep  9 23:26:50 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a618afc

dev-python/flask-htmlmin: Initial Commit

Required by dev-db/pgadmin4.

Thanks to Chris Mayo for getting this started.

Gentoo-Bug: 595378

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-python/flask-htmlmin/Manifest                  |  1 +
 .../flask-htmlmin/flask-htmlmin-1.2.1.ebuild       | 28 ++++++++++++++++++++++
 dev-python/flask-htmlmin/metadata.xml              | 15 ++++++++++++
 3 files changed, 44 insertions(+)

diff --git a/dev-python/flask-htmlmin/Manifest b/dev-python/flask-htmlmin/Manifest
new file mode 100644
index 00000000000..98d01def767
--- /dev/null
+++ b/dev-python/flask-htmlmin/Manifest
@@ -0,0 +1 @@
+DIST Flask-HTMLmin-1.2.1.tar.gz 2921 SHA256 06b43b7b88c363c2d497554eb86e36fa6c2db8424331549dec758afd41033b9b SHA512 255dac2da4db1cdacb3cccf8dcd06507c249d97c6e92e7c413d3598fbfa247f657c294eb5f1ff1f50ed73ed656ca2a1015ab712f4ea880a209f13c1d8950d83e WHIRLPOOL cf6e5a2c525b5d1ac93129dcdf3a90f69b632e1620842bc1791b5ffe4c0959b50deb04f2f1997ba5723e28b984c7e1921c8b2b29d1d80ccf8c21c65994f9c95c

diff --git a/dev-python/flask-htmlmin/flask-htmlmin-1.2.1.ebuild b/dev-python/flask-htmlmin/flask-htmlmin-1.2.1.ebuild
new file mode 100644
index 00000000000..2f049edcc88
--- /dev/null
+++ b/dev-python/flask-htmlmin/flask-htmlmin-1.2.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+MY_PN="Flask-HTMLmin"
+MY_P=${MY_PN}-${PV}
+
+inherit distutils-r1
+
+DESCRIPTION="Minimize your flask rendered html"
+HOMEPAGE="https://github.com/hamidfzm/Flask-HTMLmin"
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+
+LICENSE="BSD"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	app-text/htmlmin
+	dev-python/flask
+"
+
+S="${WORKDIR}/${MY_P}"

diff --git a/dev-python/flask-htmlmin/metadata.xml b/dev-python/flask-htmlmin/metadata.xml
new file mode 100644
index 00000000000..d80478200fa
--- /dev/null
+++ b/dev-python/flask-htmlmin/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-HTMLmin</remote-id>
+	</upstream>
+</pkgmetadata>


             reply	other threads:[~2017-09-09 23:27 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-09 23:27 Aaron Swenson [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-12-22 16:32 [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-htmlmin/ Jason Zaman
2017-12-30 19:40 Aaron Swenson
2018-05-18 11:36 Aaron Swenson
2018-07-09  1:29 Thomas Deutschmann
2018-07-09 18:58 Mikle Kolyada
2019-10-18  0:24 Aaron W. Swenson
2019-11-17 17:17 Aaron W. Swenson
2019-11-17 17:47 Aaron W. Swenson
2019-11-18 12:03 Agostino Sarubbo
2019-11-19 15:40 Agostino Sarubbo
2020-02-05 13:24 Michał Górny
2020-02-05 21:28 Andreas Sturmlechner
2020-03-27  9:16 Michał Górny
2020-06-24  7:07 Michał Górny
2020-07-30 20:03 Sam James
2020-07-30 20:41 Michał Górny
2021-02-12  9:26 Michał Górny
2021-03-15  6:30 Sam James
2021-03-15  9:00 Michał Górny
2021-10-19  6:40 Arthur Zamarin
2021-11-21 19:36 Jakov Smolić
2021-11-22  7:51 Agostino Sarubbo
2021-11-22 10:46 Michał Górny
2022-10-25  8:28 Michał Górny
2022-11-25 19:11 Sam James
2022-11-25 20:33 Arthur Zamarin
2023-02-21 17:06 Sam James
2023-03-25  6:48 Arthur Zamarin
2023-03-25  9:22 Michał Górny
2023-06-02 18:19 Michał Górny
2023-11-23 20:20 Michał Górny
2023-11-24 17:04 Arthur Zamarin
2024-06-18 19:10 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=1504999610.3a618afcbafa5b9643f056b9721496a4b2431dbf.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