public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-paginate/
Date: Sat,  3 Nov 2018 22:59:18 +0000 (UTC)	[thread overview]
Message-ID: <1541285946.fc06ad69f14424622012113166e4783c0a681d66.monsieurp@gentoo> (raw)

commit:     fc06ad69f14424622012113166e4783c0a681d66
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Sat Nov  3 16:12:39 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Nov  3 22:59:06 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc06ad69

dev-python/flask-paginate: new package.

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/10331
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 dev-python/flask-paginate/Manifest                 |  1 +
 .../flask-paginate/flask-paginate-0.5.1.ebuild     | 24 ++++++++++++++++++++++
 dev-python/flask-paginate/metadata.xml             | 19 +++++++++++++++++
 3 files changed, 44 insertions(+)

diff --git a/dev-python/flask-paginate/Manifest b/dev-python/flask-paginate/Manifest
new file mode 100644
index 00000000000..9b484e21a94
--- /dev/null
+++ b/dev-python/flask-paginate/Manifest
@@ -0,0 +1 @@
+DIST flask-paginate-0.5.1.tar.gz 5397 BLAKE2B 819740f6d1ff55331932dfb1a588fb0a92b2a6ffbf66c0ffcedddb2014c42c10f76ce50306fb9e389c66fdeba98fbf0d476915e935530bfeecc853ec25c1f9d4 SHA512 f17610cc3861d587e1940a69957a9266459270453d8f7c15ae6b6e5fa91633194e01384b1cec98647db70f38090d18fd44bf2fc4cbbd8d1d64cf541a5bd620c2

diff --git a/dev-python/flask-paginate/flask-paginate-0.5.1.ebuild b/dev-python/flask-paginate/flask-paginate-0.5.1.ebuild
new file mode 100644
index 00000000000..7b73a8c8fbe
--- /dev/null
+++ b/dev-python/flask-paginate/flask-paginate-0.5.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Pagination support for flask"
+HOMEPAGE="https://flask-paginate.readthedocs.io"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-python/flask[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"
+
+python_install_all() {
+	distutils-r1_python_install_all
+}

diff --git a/dev-python/flask-paginate/metadata.xml b/dev-python/flask-paginate/metadata.xml
new file mode 100644
index 00000000000..35a30be0a27
--- /dev/null
+++ b/dev-python/flask-paginate/metadata.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+    <maintainer type="project">
+        <email>proxy-maint@gentoo.org</email>
+        <name>Proxy Maintainers</name>
+    </maintainer>
+    <maintainer type="person">
+        <email>davidroman96@gmail.com</email>
+        <name>David Roman</name>
+    </maintainer>
+    <maintainer type="project">
+        <email>python@gentoo.org</email>
+        <name>Python</name>
+    </maintainer>
+    <upstream>
+        <remote-id type="github">lixxu/flask-paginate</remote-id>
+    </upstream>
+</pkgmetadata>


             reply	other threads:[~2018-11-03 22:59 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-03 22:59 Patrice Clement [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-03-10 22:38 [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-paginate/ Patrice Clement
2019-07-18  7:55 Michał Górny
2019-07-18 22:25 Louis Sautier
2020-03-27  9:16 Michał Górny
2020-09-28 12:59 Joonas Niilola
2020-09-28 12:59 Joonas Niilola
2021-01-09 18:58 Sam James
2021-01-09 18:58 Sam James
2021-01-12  8:38 Michał Górny
2021-01-12  8:38 Michał Górny
2021-02-01  8:50 Michał Górny
2021-06-05 13:42 Michał Górny
2021-10-26 11:12 Michał Górny
2021-11-14  8:46 Michał Górny
2021-12-30  8:57 Michał Górny
2022-01-12 16:02 Michał Górny
2022-05-16 13:18 Michał Górny
2023-02-21 17:06 Sam James
2023-02-21 17:06 Sam James
2023-06-02 18:19 Michał Górny
2023-10-08 17:48 Michał Górny
2023-10-23 12:35 Michał Górny
2023-12-08 17:08 Michał Górny
2024-03-29 15:28 Michał Górny
2024-04-12  3:35 Michał Górny
2024-05-17 17:48 Michał Górny
2024-05-17 17:48 Michał Górny
2025-02-27 20:56 Michał Górny
2025-05-17  6:39 Arthur Zamarin

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=1541285946.fc06ad69f14424622012113166e4783c0a681d66.monsieurp@gentoo \
    --to=monsieurp@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