From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1F907138239 for ; Sat, 3 Nov 2018 22:59:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DACBCE0AA7; Sat, 3 Nov 2018 22:59:22 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9CD15E0AA7 for ; Sat, 3 Nov 2018 22:59:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 39751335C8D for ; Sat, 3 Nov 2018 22:59:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 322473CF for ; Sat, 3 Nov 2018 22:59:18 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1541285946.fc06ad69f14424622012113166e4783c0a681d66.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-paginate/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/flask-paginate/Manifest dev-python/flask-paginate/flask-paginate-0.5.1.ebuild dev-python/flask-paginate/metadata.xml X-VCS-Directories: dev-python/flask-paginate/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: fc06ad69f14424622012113166e4783c0a681d66 X-VCS-Branch: master Date: Sat, 3 Nov 2018 22:59:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9b26411c-8910-45a9-89f3-17ebce59b69b X-Archives-Hash: 5b6480fbfb8c13ce59e54858cee70e78 commit: fc06ad69f14424622012113166e4783c0a681d66 Author: David Roman gmail com> AuthorDate: Sat Nov 3 16:12:39 2018 +0000 Commit: Patrice Clement gentoo 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 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 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 @@ + + + + + proxy-maint@gentoo.org + Proxy Maintainers + + + davidroman96@gmail.com + David Roman + + + python@gentoo.org + Python + + + lixxu/flask-paginate + +