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

2024-04-25 Thread Arthur Zamarin
commit: e2ece73ee4dc58944c66913971d146ce5d214d0a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Apr 25 17:19:51 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Apr 25 17:19:51 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2ece73e

dev-python/plette: add 2.0.2

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

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

diff --git a/dev-python/plette/Manifest b/dev-python/plette/Manifest
index bca984057c24..5547cd1597ef 100644
--- a/dev-python/plette/Manifest
+++ b/dev-python/plette/Manifest
@@ -1,2 +1,3 @@
 DIST plette-0.4.4.gh.tar.gz 36359 BLAKE2B 
dc630b9e98db9a8f6047fe0bb31c2ab29d695745b59d457c9cac218922c0d578a474f80ddc419364fb8ef92c5952c5cea33ee571cce2d698015466edb738885a
 SHA512 
c4342ce040966730d2eba638c718c1db9340051baa89238b99e64cf8ef734fe448f0aaeae224e9f6b51c9e38458e9caeb2c8d6abbd5db76249529aaee90ed5c0
 DIST plette-1.0.0.gh.tar.gz 54297 BLAKE2B 
7ade29df8bfc20d5c98f5f3290acea2f5e884f71b13c0950373f41240de54f3ea672d16c0557fef2e1be25aef0da68d4a7449ebea2f206d92901d7f11f6cc2bb
 SHA512 
72a3f270f76dbf32cb418628f1b24046111a46633603b07fd44fd4ed50d946653afaec070bce8e67a1ecff3ec8607f2476d3b25760c76726218873898bef97ed
+DIST plette-2.0.2.tar.gz 12905 BLAKE2B 
48d8e50b24a2b61a12f798467ed443a7a043bd6efca7cb99ce35e5e05edb44af327e3a2e5bdfde0e6db4a4be527ab668edd6433c195fe4f72975170bcb6acbed
 SHA512 
9f273af721b29b81ef8921fa9bf42856711242cef04372c5e1c632e907d889554beeb4d85c47cc9f2003984004dfa97a239643d9307389be9a6710dec26b5b28

diff --git a/dev-python/plette/plette-2.0.2.ebuild 
b/dev-python/plette/plette-2.0.2.ebuild
new file mode 100644
index ..52bd74861510
--- /dev/null
+++ b/dev-python/plette/plette-2.0.2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Structured Pipfile and Pipfile.lock models"
+HOMEPAGE="
+   https://github.com/sarugaku/plette/
+   https://pypi.org/project/plette/
+"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv"
+
+RDEPEND="
+   dev-python/cerberus[${PYTHON_USEDEP}]
+   dev-python/tomlkit[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest



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

2024-03-12 Thread Michał Górny
commit: f98b122c759e761d5bcc1aaa4bef4fdeeb43cac2
Author: Oz Tiram  gmail  com>
AuthorDate: Mon Mar 11 19:33:17 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar 12 15:33:37 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f98b122c

dev-python/plette: add 0.4.4

Signed-off-by: Oz Tiram  gmail.com>
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/plette/Manifest|  1 +
 dev-python/plette/plette-0.4.4.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/plette/Manifest b/dev-python/plette/Manifest
index 32a18ae19cc5..bca984057c24 100644
--- a/dev-python/plette/Manifest
+++ b/dev-python/plette/Manifest
@@ -1 +1,2 @@
+DIST plette-0.4.4.gh.tar.gz 36359 BLAKE2B 
dc630b9e98db9a8f6047fe0bb31c2ab29d695745b59d457c9cac218922c0d578a474f80ddc419364fb8ef92c5952c5cea33ee571cce2d698015466edb738885a
 SHA512 
c4342ce040966730d2eba638c718c1db9340051baa89238b99e64cf8ef734fe448f0aaeae224e9f6b51c9e38458e9caeb2c8d6abbd5db76249529aaee90ed5c0
 DIST plette-1.0.0.gh.tar.gz 54297 BLAKE2B 
7ade29df8bfc20d5c98f5f3290acea2f5e884f71b13c0950373f41240de54f3ea672d16c0557fef2e1be25aef0da68d4a7449ebea2f206d92901d7f11f6cc2bb
 SHA512 
72a3f270f76dbf32cb418628f1b24046111a46633603b07fd44fd4ed50d946653afaec070bce8e67a1ecff3ec8607f2476d3b25760c76726218873898bef97ed

diff --git a/dev-python/plette/plette-0.4.4.ebuild 
b/dev-python/plette/plette-0.4.4.ebuild
new file mode 100644
index ..5a6f62b698a8
--- /dev/null
+++ b/dev-python/plette/plette-0.4.4.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Structured Pipfile and Pipfile.lock models"
+HOMEPAGE="
+   https://github.com/sarugaku/plette/
+   https://pypi.org/project/plette/
+"
+# pypi tarballs are missing test data
+SRC_URI="
+   https://github.com/sarugaku/${PN}/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv"
+
+RDEPEND="
+   dev-python/cerberus[${PYTHON_USEDEP}]
+   dev-python/tomlkit[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest



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

2024-02-04 Thread Michał Górny
commit: c7e6eb5bb11c15016e28476ed0cd661229340fbc
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb  5 03:37:14 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb  5 03:47:34 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7e6eb5b

dev-python/plette: Bump to 1.0.0

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

 dev-python/plette/Manifest|  1 +
 dev-python/plette/plette-1.0.0.ebuild | 31 +++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/plette/Manifest b/dev-python/plette/Manifest
index 10d00efa515c..bca984057c24 100644
--- a/dev-python/plette/Manifest
+++ b/dev-python/plette/Manifest
@@ -1 +1,2 @@
 DIST plette-0.4.4.gh.tar.gz 36359 BLAKE2B 
dc630b9e98db9a8f6047fe0bb31c2ab29d695745b59d457c9cac218922c0d578a474f80ddc419364fb8ef92c5952c5cea33ee571cce2d698015466edb738885a
 SHA512 
c4342ce040966730d2eba638c718c1db9340051baa89238b99e64cf8ef734fe448f0aaeae224e9f6b51c9e38458e9caeb2c8d6abbd5db76249529aaee90ed5c0
+DIST plette-1.0.0.gh.tar.gz 54297 BLAKE2B 
7ade29df8bfc20d5c98f5f3290acea2f5e884f71b13c0950373f41240de54f3ea672d16c0557fef2e1be25aef0da68d4a7449ebea2f206d92901d7f11f6cc2bb
 SHA512 
72a3f270f76dbf32cb418628f1b24046111a46633603b07fd44fd4ed50d946653afaec070bce8e67a1ecff3ec8607f2476d3b25760c76726218873898bef97ed

diff --git a/dev-python/plette/plette-1.0.0.ebuild 
b/dev-python/plette/plette-1.0.0.ebuild
new file mode 100644
index ..5a6f62b698a8
--- /dev/null
+++ b/dev-python/plette/plette-1.0.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Structured Pipfile and Pipfile.lock models"
+HOMEPAGE="
+   https://github.com/sarugaku/plette/
+   https://pypi.org/project/plette/
+"
+# pypi tarballs are missing test data
+SRC_URI="
+   https://github.com/sarugaku/${PN}/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv"
+
+RDEPEND="
+   dev-python/cerberus[${PYTHON_USEDEP}]
+   dev-python/tomlkit[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest



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

2023-12-02 Thread Jakov Smolić
commit: 4396ad125fe58b39a3a2d45b897cf8d991b5e52d
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat Dec  2 19:31:11 2023 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sat Dec  2 19:31:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4396ad12

dev-python/plette: Keyword 0.4.4-r1 riscv, #916315

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

 dev-python/plette/plette-0.4.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/plette/plette-0.4.4-r1.ebuild 
b/dev-python/plette/plette-0.4.4-r1.ebuild
index ec5058000ee1..a5a8efe88305 100644
--- a/dev-python/plette/plette-0.4.4-r1.ebuild
+++ b/dev-python/plette/plette-0.4.4-r1.ebuild
@@ -18,7 +18,7 @@ 
SRC_URI="https://github.com/sarugaku/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.
 
 LICENSE="ISC"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~riscv"
 
 RDEPEND="
dev-python/cerberus[${PYTHON_USEDEP}]



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

2023-12-01 Thread Jakov Smolić
commit: f6f8f3cd2de391a7215873e6b8dcbe081374d7b6
Author: Jakov Smolić  gentoo  org>
AuthorDate: Fri Dec  1 20:29:52 2023 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sat Dec  2 06:10:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6f8f3cd

dev-python/plette: Switch to github tarball for tests

Pypi tarball doesn't include tests, so let's use the github one instead

Closes: https://bugs.gentoo.org/918986
Signed-off-by: Jakov Smolić  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/34087
Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/plette/Manifest| 2 +-
 dev-python/plette/{plette-0.4.4.ebuild => plette-0.4.4-r1.ebuild} | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-python/plette/Manifest b/dev-python/plette/Manifest
index 1f6c9dbd5706..10d00efa515c 100644
--- a/dev-python/plette/Manifest
+++ b/dev-python/plette/Manifest
@@ -1 +1 @@
-DIST plette-0.4.4.tar.gz 10684 BLAKE2B 
e0ff780fdd3d2bcaefadce528310389e7a796e9d3b13f458aa4313365ef8b15a3188bf50a602eac0cebd857d9dc747c7c637d958d61964ada42ab1873676263b
 SHA512 
a7eb51546523c1b0159286cb6a2f1c248a383c33a41f19e2d62af9371bcf5d8042a953b28f2b9aea1ed568d93464b3dabd3e4fb6f4b37c3c0e73b84f26a01f6d
+DIST plette-0.4.4.gh.tar.gz 36359 BLAKE2B 
dc630b9e98db9a8f6047fe0bb31c2ab29d695745b59d457c9cac218922c0d578a474f80ddc419364fb8ef92c5952c5cea33ee571cce2d698015466edb738885a
 SHA512 
c4342ce040966730d2eba638c718c1db9340051baa89238b99e64cf8ef734fe448f0aaeae224e9f6b51c9e38458e9caeb2c8d6abbd5db76249529aaee90ed5c0

diff --git a/dev-python/plette/plette-0.4.4.ebuild 
b/dev-python/plette/plette-0.4.4-r1.ebuild
similarity index 79%
rename from dev-python/plette/plette-0.4.4.ebuild
rename to dev-python/plette/plette-0.4.4-r1.ebuild
index 2592ab986b58..ec5058000ee1 100644
--- a/dev-python/plette/plette-0.4.4.ebuild
+++ b/dev-python/plette/plette-0.4.4-r1.ebuild
@@ -13,6 +13,8 @@ HOMEPAGE="
https://github.com/sarugaku/plette
https://pypi.org/project/plette/
 "
+# pypi tarballs are missing test data
+SRC_URI="https://github.com/sarugaku/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
 
 LICENSE="ISC"
 SLOT="0"



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

2023-10-26 Thread Sam James
commit: 4f74149f66a7bffad4f76f47b68e4de4b5d877b0
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 27 05:13:28 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 27 05:14:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f74149f

dev-python/plette: fix DESCRIPTION

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

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

diff --git a/dev-python/plette/plette-0.4.4.ebuild 
b/dev-python/plette/plette-0.4.4.ebuild
index bb10d771d635..2592ab986b58 100644
--- a/dev-python/plette/plette-0.4.4.ebuild
+++ b/dev-python/plette/plette-0.4.4.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( pypy3 python3_{10..12} )
 
 inherit distutils-r1 pypi
 
-DESCRIPTION="PythonFinder: Cross Platform Search Tool for Finding Pythons"
+DESCRIPTION="Structured Pipfile and Pipfile.lock models"
 HOMEPAGE="
https://github.com/sarugaku/plette
https://pypi.org/project/plette/



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

2023-10-26 Thread Sam James
commit: 0b2aad9a07254ceda2be46802c3d0fabc14144a7
Author: Oz Tiram  gmail  com>
AuthorDate: Sun Sep 24 07:48:59 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 27 03:23:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b2aad9a

dev-python/plette: new package, add 0.4.4

Bug: https://bugs.gentoo.org/717666
Signed-off-by: Oz Tiram  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 dev-python/plette/Manifest|  1 +
 dev-python/plette/metadata.xml| 17 +
 dev-python/plette/plette-0.4.4.ebuild | 25 +
 3 files changed, 43 insertions(+)

diff --git a/dev-python/plette/Manifest b/dev-python/plette/Manifest
new file mode 100644
index ..1f6c9dbd5706
--- /dev/null
+++ b/dev-python/plette/Manifest
@@ -0,0 +1 @@
+DIST plette-0.4.4.tar.gz 10684 BLAKE2B 
e0ff780fdd3d2bcaefadce528310389e7a796e9d3b13f458aa4313365ef8b15a3188bf50a602eac0cebd857d9dc747c7c637d958d61964ada42ab1873676263b
 SHA512 
a7eb51546523c1b0159286cb6a2f1c248a383c33a41f19e2d62af9371bcf5d8042a953b28f2b9aea1ed568d93464b3dabd3e4fb6f4b37c3c0e73b84f26a01f6d

diff --git a/dev-python/plette/metadata.xml b/dev-python/plette/metadata.xml
new file mode 100644
index ..523f24eb048c
--- /dev/null
+++ b/dev-python/plette/metadata.xml
@@ -0,0 +1,17 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   oz.ti...@gmail.com
+   Oz Tiram
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   
+   sarugaku/plette
+   plette
+   
+

diff --git a/dev-python/plette/plette-0.4.4.ebuild 
b/dev-python/plette/plette-0.4.4.ebuild
new file mode 100644
index ..bb10d771d635
--- /dev/null
+++ b/dev-python/plette/plette-0.4.4.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="PythonFinder: Cross Platform Search Tool for Finding Pythons"
+HOMEPAGE="
+   https://github.com/sarugaku/plette
+   https://pypi.org/project/plette/
+"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   dev-python/cerberus[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest