[gentoo-commits] repo/gentoo:master commit in: dev-python/pony/

2022-03-24 Thread Jakov Smolić
commit: 7b3ce12ec52cb4ae3bf50282065ccdbf7965f08b
Author: Yu Gu  gmail  com>
AuthorDate: Wed Mar 23 15:38:43 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Mar 24 22:47:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b3ce12e

dev-python/pony: keyword 0.7.16 for ~riscv

Signed-off-by: Yu Gu  gmail.com>
Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/pony/pony-0.7.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pony/pony-0.7.16.ebuild 
b/dev-python/pony/pony-0.7.16.ebuild
index 68f54e9d7234..9740d4224f24 100644
--- a/dev-python/pony/pony-0.7.16.ebuild
+++ b/dev-python/pony/pony-0.7.16.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~riscv x86"
 
 RDEPEND="dev-python/flask[${PYTHON_USEDEP}]"
 BDEPEND="test? ( $(python_gen_impl_dep sqlite) )"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pony/

2022-02-27 Thread Michał Górny
commit: 5d33c11f128608a16a26a4fba57f4591824118bc
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb 27 18:51:32 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb 27 18:51:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d33c11f

dev-python/pony: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pony/Manifest   |  2 --
 dev-python/pony/pony-0.7.14.ebuild | 26 --
 dev-python/pony/pony-0.7.15.ebuild | 25 -
 3 files changed, 53 deletions(-)

diff --git a/dev-python/pony/Manifest b/dev-python/pony/Manifest
index 932de943bcaa..730f6c692639 100644
--- a/dev-python/pony/Manifest
+++ b/dev-python/pony/Manifest
@@ -1,3 +1 @@
-DIST pony-0.7.14.gh.tar.gz 305795 BLAKE2B 
a0e056d722a205a00567a230628be6ef8a7fe86f594f91ec0e8bbfc6d6eec17ec1d4cf3f57ad10984b8beb0a90da3010d9a32f2f08dca434af39e20fc6e9126c
 SHA512 
ed27fd697dd14948c282dab6b75e41c9309d0ef4c4cccb0f91e4214e81de52a2de3910e413dfc5495ffcea190a5b50255c45b2beecead84eecb601ba2463d998
-DIST pony-0.7.15.gh.tar.gz 268638 BLAKE2B 
d93dcc21a13834a23c0fcbeec7f6ea98ff6750d1650b00e738d65c7b7985ba7880ddfc8238e4b4f3ee4a302a31b69a4767ea52728e66b5cfe62e0190769e6b8c
 SHA512 
ca81441fe1a714bc863bde33739ae2e65f42d8e763a5c6734517987a4c03faffb08a134517bcc61f5b7941f207e32e4ca02fe12fccca871d481f44a81da12536
 DIST pony-0.7.16.gh.tar.gz 268683 BLAKE2B 
bee6447116f215cd586e69f29fea37ba3f9953d0a72b28acf612da2d6e1be07e424b704593e42ae1755e898580aaf4f2e61923ff81e6e58fe0cc8ec04a3b8399
 SHA512 
db9bb06f0e718866eb6f137d5650a2b484119c42f1ade83a7bc1c9e3c27a852ed25e451a226a80bebd050ca3217c0993e59f3b66719a3fe41a98e45349172495

diff --git a/dev-python/pony/pony-0.7.14.ebuild 
b/dev-python/pony/pony-0.7.14.ebuild
deleted file mode 100644
index 23ab8c6e7cc6..
--- a/dev-python/pony/pony-0.7.14.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-inherit distutils-r1
-
-DESCRIPTION="Python ORM with beautiful query syntax"
-HOMEPAGE="
-   https://ponyorm.org/
-   https://github.com/ponyorm/pony/;
-SRC_URI="
-   https://github.com/ponyorm/pony/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="test? ( $(python_gen_impl_dep sqlite) )"
-RDEPEND="dev-python/flask[${PYTHON_USEDEP}]"
-
-distutils_enable_tests unittest

diff --git a/dev-python/pony/pony-0.7.15.ebuild 
b/dev-python/pony/pony-0.7.15.ebuild
deleted file mode 100644
index 2260573d4ebf..
--- a/dev-python/pony/pony-0.7.15.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 2020-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Python ORM with beautiful query syntax"
-HOMEPAGE="
-   https://ponyorm.org/
-   https://github.com/ponyorm/pony/;
-SRC_URI="
-   https://github.com/ponyorm/pony/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="dev-python/flask[${PYTHON_USEDEP}]"
-BDEPEND="test? ( $(python_gen_impl_dep sqlite) )"
-
-distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pony/

2022-02-27 Thread Jakov Smolić
commit: 4df22605e283b379ed124c5f9328649bc497540d
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Feb 27 12:16:16 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Feb 27 12:22:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4df22605

dev-python/pony: Stabilize 0.7.16 ALLARCHES, #834208

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/pony/pony-0.7.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pony/pony-0.7.16.ebuild 
b/dev-python/pony/pony-0.7.16.ebuild
index 2260573d4ebf..68f54e9d7234 100644
--- a/dev-python/pony/pony-0.7.16.ebuild
+++ b/dev-python/pony/pony-0.7.16.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="dev-python/flask[${PYTHON_USEDEP}]"
 BDEPEND="test? ( $(python_gen_impl_dep sqlite) )"



[gentoo-commits] repo/gentoo:master commit in: dev-python/pony/

2022-01-28 Thread Michał Górny
commit: 12943e6da1967efbc206542321fc190542d23d0b
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan 28 08:02:59 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan 28 08:54:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12943e6d

dev-python/pony: Bump to 0.7.16

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pony/Manifest   |  1 +
 dev-python/pony/pony-0.7.16.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/dev-python/pony/Manifest b/dev-python/pony/Manifest
index c86e6e677a60..932de943bcaa 100644
--- a/dev-python/pony/Manifest
+++ b/dev-python/pony/Manifest
@@ -1,2 +1,3 @@
 DIST pony-0.7.14.gh.tar.gz 305795 BLAKE2B 
a0e056d722a205a00567a230628be6ef8a7fe86f594f91ec0e8bbfc6d6eec17ec1d4cf3f57ad10984b8beb0a90da3010d9a32f2f08dca434af39e20fc6e9126c
 SHA512 
ed27fd697dd14948c282dab6b75e41c9309d0ef4c4cccb0f91e4214e81de52a2de3910e413dfc5495ffcea190a5b50255c45b2beecead84eecb601ba2463d998
 DIST pony-0.7.15.gh.tar.gz 268638 BLAKE2B 
d93dcc21a13834a23c0fcbeec7f6ea98ff6750d1650b00e738d65c7b7985ba7880ddfc8238e4b4f3ee4a302a31b69a4767ea52728e66b5cfe62e0190769e6b8c
 SHA512 
ca81441fe1a714bc863bde33739ae2e65f42d8e763a5c6734517987a4c03faffb08a134517bcc61f5b7941f207e32e4ca02fe12fccca871d481f44a81da12536
+DIST pony-0.7.16.gh.tar.gz 268683 BLAKE2B 
bee6447116f215cd586e69f29fea37ba3f9953d0a72b28acf612da2d6e1be07e424b704593e42ae1755e898580aaf4f2e61923ff81e6e58fe0cc8ec04a3b8399
 SHA512 
db9bb06f0e718866eb6f137d5650a2b484119c42f1ade83a7bc1c9e3c27a852ed25e451a226a80bebd050ca3217c0993e59f3b66719a3fe41a98e45349172495

diff --git a/dev-python/pony/pony-0.7.16.ebuild 
b/dev-python/pony/pony-0.7.16.ebuild
new file mode 100644
index ..2260573d4ebf
--- /dev/null
+++ b/dev-python/pony/pony-0.7.16.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Python ORM with beautiful query syntax"
+HOMEPAGE="
+   https://ponyorm.org/
+   https://github.com/ponyorm/pony/;
+SRC_URI="
+   https://github.com/ponyorm/pony/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-python/flask[${PYTHON_USEDEP}]"
+BDEPEND="test? ( $(python_gen_impl_dep sqlite) )"
+
+distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pony/

2022-01-27 Thread Arthur Zamarin
commit: 66117c06ebe90a72f56de13c50d4da9049d43cb3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jan 27 19:42:27 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jan 27 19:48:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66117c06

dev-python/pony: add 0.7.15

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pony/Manifest   |  1 +
 dev-python/pony/pony-0.7.15.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/dev-python/pony/Manifest b/dev-python/pony/Manifest
index 97baa57249f1..c86e6e677a60 100644
--- a/dev-python/pony/Manifest
+++ b/dev-python/pony/Manifest
@@ -1 +1,2 @@
 DIST pony-0.7.14.gh.tar.gz 305795 BLAKE2B 
a0e056d722a205a00567a230628be6ef8a7fe86f594f91ec0e8bbfc6d6eec17ec1d4cf3f57ad10984b8beb0a90da3010d9a32f2f08dca434af39e20fc6e9126c
 SHA512 
ed27fd697dd14948c282dab6b75e41c9309d0ef4c4cccb0f91e4214e81de52a2de3910e413dfc5495ffcea190a5b50255c45b2beecead84eecb601ba2463d998
+DIST pony-0.7.15.gh.tar.gz 268638 BLAKE2B 
d93dcc21a13834a23c0fcbeec7f6ea98ff6750d1650b00e738d65c7b7985ba7880ddfc8238e4b4f3ee4a302a31b69a4767ea52728e66b5cfe62e0190769e6b8c
 SHA512 
ca81441fe1a714bc863bde33739ae2e65f42d8e763a5c6734517987a4c03faffb08a134517bcc61f5b7941f207e32e4ca02fe12fccca871d481f44a81da12536

diff --git a/dev-python/pony/pony-0.7.15.ebuild 
b/dev-python/pony/pony-0.7.15.ebuild
new file mode 100644
index ..2260573d4ebf
--- /dev/null
+++ b/dev-python/pony/pony-0.7.15.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="Python ORM with beautiful query syntax"
+HOMEPAGE="
+   https://ponyorm.org/
+   https://github.com/ponyorm/pony/;
+SRC_URI="
+   https://github.com/ponyorm/pony/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-python/flask[${PYTHON_USEDEP}]"
+BDEPEND="test? ( $(python_gen_impl_dep sqlite) )"
+
+distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pony/

2021-01-03 Thread Michał Górny
commit: 2c47cdfa0e8827b850f10c6cb9491a7a6988bc6a
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jan  3 08:16:37 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jan  3 08:22:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c47cdfa

dev-python/pony: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pony/Manifest   |  1 -
 dev-python/pony/pony-0.7.13.ebuild | 26 --
 2 files changed, 27 deletions(-)

diff --git a/dev-python/pony/Manifest b/dev-python/pony/Manifest
index 0dc616107dc..97baa57249f 100644
--- a/dev-python/pony/Manifest
+++ b/dev-python/pony/Manifest
@@ -1,2 +1 @@
-DIST pony-0.7.13.gh.tar.gz 302541 BLAKE2B 
a1e6f82c6eb72f8626238cbfcc0bc01d1ad3498a75a5ce4c3b8a4511e6d1fbfdd39a239f0462458ae1d64dc9446b338bbaea33d6bbdd861c8d0738e50d58a717
 SHA512 
431d19e3297ba1cdae5313948123d8b8cd71ee8ad5868b8cc2f5447eb435875fdbcdc3768834b9afe22ce8e4c1abaabeb597f3e6974b00aab33aa61e497d6390
 DIST pony-0.7.14.gh.tar.gz 305795 BLAKE2B 
a0e056d722a205a00567a230628be6ef8a7fe86f594f91ec0e8bbfc6d6eec17ec1d4cf3f57ad10984b8beb0a90da3010d9a32f2f08dca434af39e20fc6e9126c
 SHA512 
ed27fd697dd14948c282dab6b75e41c9309d0ef4c4cccb0f91e4214e81de52a2de3910e413dfc5495ffcea190a5b50255c45b2beecead84eecb601ba2463d998

diff --git a/dev-python/pony/pony-0.7.13.ebuild 
b/dev-python/pony/pony-0.7.13.ebuild
deleted file mode 100644
index 4d7083006ec..000
--- a/dev-python/pony/pony-0.7.13.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6..8} )
-inherit distutils-r1
-
-DESCRIPTION="Python ORM with beautiful query syntax"
-HOMEPAGE="
-   https://ponyorm.org/
-   https://github.com/ponyorm/pony/;
-SRC_URI="
-   https://github.com/ponyorm/pony/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="test? ( $(python_gen_impl_dep sqlite) )"
-RDEPEND="dev-python/flask[${PYTHON_USEDEP}]"
-
-distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pony/

2021-01-02 Thread Sam James
commit: cdedbf3f873c1ec0aacfa9c52dc4a970a037f1b0
Author: Sam James  gentoo  org>
AuthorDate: Sun Jan  3 01:16:47 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jan  3 01:16:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdedbf3f

dev-python/pony: Stabilize 0.7.14 ALLARCHES, #761637

Signed-off-by: Sam James  gentoo.org>

 dev-python/pony/pony-0.7.14.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pony/pony-0.7.14.ebuild 
b/dev-python/pony/pony-0.7.14.ebuild
index e114ab933aa..71f042e9c9e 100644
--- a/dev-python/pony/pony-0.7.14.ebuild
+++ b/dev-python/pony/pony-0.7.14.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pony/

2020-12-27 Thread Sam James
commit: fac21892fddd2d98d760a7890ab2f942618d4e88
Author: Sam James  gentoo  org>
AuthorDate: Mon Dec 28 07:01:23 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Dec 28 07:02:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fac21892

dev-python/pony: add missing flask dep

Closes: https://bugs.gentoo.org/743688
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 dev-python/pony/pony-0.7.13.ebuild | 4 ++--
 dev-python/pony/pony-0.7.14.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/pony/pony-0.7.13.ebuild 
b/dev-python/pony/pony-0.7.13.ebuild
index fbfa5b2adaf..4d7083006ec 100644
--- a/dev-python/pony/pony-0.7.13.ebuild
+++ b/dev-python/pony/pony-0.7.13.ebuild
@@ -20,7 +20,7 @@ KEYWORDS="amd64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 
-BDEPEND="
-   test? ( $(python_gen_impl_dep sqlite) )"
+BDEPEND="test? ( $(python_gen_impl_dep sqlite) )"
+RDEPEND="dev-python/flask[${PYTHON_USEDEP}]"
 
 distutils_enable_tests unittest

diff --git a/dev-python/pony/pony-0.7.14.ebuild 
b/dev-python/pony/pony-0.7.14.ebuild
index 6de64d60c25..e114ab933aa 100644
--- a/dev-python/pony/pony-0.7.14.ebuild
+++ b/dev-python/pony/pony-0.7.14.ebuild
@@ -20,7 +20,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 
-BDEPEND="
-   test? ( $(python_gen_impl_dep sqlite) )"
+BDEPEND="test? ( $(python_gen_impl_dep sqlite) )"
+RDEPEND="dev-python/flask[${PYTHON_USEDEP}]"
 
 distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pony/

2020-12-25 Thread Michał Górny
commit: 65a2e8f2408a916de6347fa4c3bdb0afebcfa0af
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec 25 12:57:15 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec 25 18:49:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65a2e8f2

dev-python/pony: Mark ALLARCHES

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pony/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/pony/metadata.xml b/dev-python/pony/metadata.xml
index 08494c170d2..6af95184790 100644
--- a/dev-python/pony/metadata.xml
+++ b/dev-python/pony/metadata.xml
@@ -4,6 +4,7 @@

pyt...@gentoo.org

+   

pony




[gentoo-commits] repo/gentoo:master commit in: dev-python/pony/

2020-11-23 Thread Michał Górny
commit: 1098bd2ffc7eed8b18eec40a5732fd047a1c0e3e
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov 23 23:34:04 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Nov 24 07:42:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1098bd2f

dev-python/pony: Bump to 0.7.14

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pony/Manifest   |  1 +
 dev-python/pony/pony-0.7.14.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-python/pony/Manifest b/dev-python/pony/Manifest
index dec2b328858..0dc616107dc 100644
--- a/dev-python/pony/Manifest
+++ b/dev-python/pony/Manifest
@@ -1 +1,2 @@
 DIST pony-0.7.13.gh.tar.gz 302541 BLAKE2B 
a1e6f82c6eb72f8626238cbfcc0bc01d1ad3498a75a5ce4c3b8a4511e6d1fbfdd39a239f0462458ae1d64dc9446b338bbaea33d6bbdd861c8d0738e50d58a717
 SHA512 
431d19e3297ba1cdae5313948123d8b8cd71ee8ad5868b8cc2f5447eb435875fdbcdc3768834b9afe22ce8e4c1abaabeb597f3e6974b00aab33aa61e497d6390
+DIST pony-0.7.14.gh.tar.gz 305795 BLAKE2B 
a0e056d722a205a00567a230628be6ef8a7fe86f594f91ec0e8bbfc6d6eec17ec1d4cf3f57ad10984b8beb0a90da3010d9a32f2f08dca434af39e20fc6e9126c
 SHA512 
ed27fd697dd14948c282dab6b75e41c9309d0ef4c4cccb0f91e4214e81de52a2de3910e413dfc5495ffcea190a5b50255c45b2beecead84eecb601ba2463d998

diff --git a/dev-python/pony/pony-0.7.14.ebuild 
b/dev-python/pony/pony-0.7.14.ebuild
new file mode 100644
index 000..6de64d60c25
--- /dev/null
+++ b/dev-python/pony/pony-0.7.14.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+inherit distutils-r1
+
+DESCRIPTION="Python ORM with beautiful query syntax"
+HOMEPAGE="
+   https://ponyorm.org/
+   https://github.com/ponyorm/pony/;
+SRC_URI="
+   https://github.com/ponyorm/pony/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? ( $(python_gen_impl_dep sqlite) )"
+
+distutils_enable_tests unittest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pony/

2020-09-03 Thread Sam James
commit: 0d0b71e5113bcf9f3e773e4d7c1ba557f829d613
Author: Sam James  gentoo  org>
AuthorDate: Fri Sep  4 04:57:27 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep  4 04:57:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d0b71e5

dev-python/pony: Stabilize 0.7.13 amd64, #737756

Signed-off-by: Sam James  gentoo.org>

 dev-python/pony/pony-0.7.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pony/pony-0.7.13.ebuild 
b/dev-python/pony/pony-0.7.13.ebuild
index a0c95cff308..fbfa5b2adaf 100644
--- a/dev-python/pony/pony-0.7.13.ebuild
+++ b/dev-python/pony/pony-0.7.13.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/pony/

2020-07-15 Thread Michał Górny
commit: d14e21cbbb6d57ad73b05c85cf286dbd5bef3267
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 15 06:24:15 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 15 08:10:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d14e21cb

dev-python/pony: New package, dep of flask-security

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pony/Manifest   |  1 +
 dev-python/pony/metadata.xml   |  7 +++
 dev-python/pony/pony-0.7.13.ebuild | 26 ++
 3 files changed, 34 insertions(+)

diff --git a/dev-python/pony/Manifest b/dev-python/pony/Manifest
new file mode 100644
index 000..dec2b328858
--- /dev/null
+++ b/dev-python/pony/Manifest
@@ -0,0 +1 @@
+DIST pony-0.7.13.gh.tar.gz 302541 BLAKE2B 
a1e6f82c6eb72f8626238cbfcc0bc01d1ad3498a75a5ce4c3b8a4511e6d1fbfdd39a239f0462458ae1d64dc9446b338bbaea33d6bbdd861c8d0738e50d58a717
 SHA512 
431d19e3297ba1cdae5313948123d8b8cd71ee8ad5868b8cc2f5447eb435875fdbcdc3768834b9afe22ce8e4c1abaabeb597f3e6974b00aab33aa61e497d6390

diff --git a/dev-python/pony/metadata.xml b/dev-python/pony/metadata.xml
new file mode 100644
index 000..266e3f19ca5
--- /dev/null
+++ b/dev-python/pony/metadata.xml
@@ -0,0 +1,7 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   pyt...@gentoo.org
+   
+

diff --git a/dev-python/pony/pony-0.7.13.ebuild 
b/dev-python/pony/pony-0.7.13.ebuild
new file mode 100644
index 000..f5db45c4fdd
--- /dev/null
+++ b/dev-python/pony/pony-0.7.13.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..8} )
+inherit distutils-r1
+
+DESCRIPTION="Python ORM with beautiful query syntax"
+HOMEPAGE="
+   https://ponyorm.org/
+   https://github.com/ponyorm/pony/;
+SRC_URI="
+   https://github.com/ponyorm/pony/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? ( $(python_gen_impl_dep sqlite) )"
+
+distutils_enable_tests unittest