public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/chevron/
@ 2024-08-19 16:33 Lucio Sauer
  0 siblings, 0 replies; 3+ messages in thread
From: Lucio Sauer @ 2024-08-19 16:33 UTC (permalink / raw
  To: gentoo-commits

commit:     544f143cffae1f227e3ed47f3a66445459e7ba53
Author:     John M. Harris Jr. <johnmh <AT> johnmh <DOT> me>
AuthorDate: Sun Aug 18 20:05:30 2024 +0000
Commit:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Sun Aug 18 20:05:30 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=544f143c

dev-python/chevron: add 0.14.0

Signed-off-by: John M. Harris Jr. <johnmh <AT> johnmh.me>

 dev-python/chevron/Manifest              |  1 +
 dev-python/chevron/chevron-0.14.0.ebuild | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/chevron/Manifest b/dev-python/chevron/Manifest
index 365a223ee..92ed024e4 100644
--- a/dev-python/chevron/Manifest
+++ b/dev-python/chevron/Manifest
@@ -1 +1,2 @@
 DIST chevron-0.13.1.gh.tar.gz 13237 BLAKE2B 27c508a9edc232f45c36881724ee88a56e1ad4dd60d9fe982c8265a42569a08c34fbab6fe2303515c689bec80d8b330ad86332c7f02fb00c823149e32cdbe7cc SHA512 52ab3797d3acdea41eabf9d7527ab73f1a785dcd440a67cd2627fa1911aae00618371d8a75abe5bfe7eb73b5518d6f0d9b9f69fa60481365ff9c2fd1db66f32d
+DIST chevron-0.14.0.tar.gz 11440 BLAKE2B a1ab4ae938a29008b654d300702aad0bef1e797b3de5d731d44b763fbfc7f14dd92fcaff274643f526361629c3cba70c0c6c4156a4ad5e359c110af93b91fd81 SHA512 e209a36b5c7eda4f4dedba0f07a63ef3067b90606a7bac61897ebe1c2f229239a6cf9d53d23880f2bf71a5d25772a3734bb74ce64686cbb87f9db49babb498a7

diff --git a/dev-python/chevron/chevron-0.14.0.ebuild b/dev-python/chevron/chevron-0.14.0.ebuild
new file mode 100644
index 000000000..582e92ecd
--- /dev/null
+++ b/dev-python/chevron/chevron-0.14.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+PYPI_NO_NORMALIZE=1
+
+inherit distutils-r1 pypi
+
+# 0.14.0 was never pushed to GitHub, even master is 1 commit behind.
+# For now, pull from pythonhosted.
+SRC_URI="https://files.pythonhosted.org/packages/15/1f/ca74b65b19798895d63a6e92874162f44233467c9e7c1ed8afd19016ebe9/${P}.tar.gz"
+KEYWORDS="~amd64"
+
+DESCRIPTION="A Python implementation of mustache"
+HOMEPAGE="https://github.com/noahmorrison/chevron"
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="
+	${PYTHON_DEPS}
+"
+
+distutils_enable_tests unittest


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/chevron/
@ 2024-08-19 16:33 Lucio Sauer
  0 siblings, 0 replies; 3+ messages in thread
From: Lucio Sauer @ 2024-08-19 16:33 UTC (permalink / raw
  To: gentoo-commits

commit:     6852328acbac2f50cd5c76b323cd374000ea36c3
Author:     John M. Harris Jr. <johnmh <AT> johnmh <DOT> me>
AuthorDate: Sun Aug 18 20:32:02 2024 +0000
Commit:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Sun Aug 18 20:32:02 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6852328a

dev-python/chevron: 0.14.0, python compat 3_13

Signed-off-by: John M. Harris Jr. <johnmh <AT> johnmh.me>

 .../chevron/{chevron-0.14.0.ebuild => chevron-0.14.0-r1.ebuild}       | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/chevron/chevron-0.14.0.ebuild b/dev-python/chevron/chevron-0.14.0-r1.ebuild
similarity index 94%
rename from dev-python/chevron/chevron-0.14.0.ebuild
rename to dev-python/chevron/chevron-0.14.0-r1.ebuild
index 582e92ecd..91fa085c9 100644
--- a/dev-python/chevron/chevron-0.14.0.ebuild
+++ b/dev-python/chevron/chevron-0.14.0-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 PYPI_NO_NORMALIZE=1
 
@@ -13,11 +13,11 @@ inherit distutils-r1 pypi
 # 0.14.0 was never pushed to GitHub, even master is 1 commit behind.
 # For now, pull from pythonhosted.
 SRC_URI="https://files.pythonhosted.org/packages/15/1f/ca74b65b19798895d63a6e92874162f44233467c9e7c1ed8afd19016ebe9/${P}.tar.gz"
-KEYWORDS="~amd64"
 
 DESCRIPTION="A Python implementation of mustache"
 HOMEPAGE="https://github.com/noahmorrison/chevron"
 LICENSE="MIT"
+KEYWORDS="~amd64"
 SLOT="0"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/chevron/
@ 2024-08-19 16:33 Lucio Sauer
  0 siblings, 0 replies; 3+ messages in thread
From: Lucio Sauer @ 2024-08-19 16:33 UTC (permalink / raw
  To: gentoo-commits

commit:     702ea1b1071cb22a90bd83ede9cd29c2a0ee8d93
Author:     John M. Harris Jr. <johnmh <AT> johnmh <DOT> me>
AuthorDate: Mon Aug 19 01:03:15 2024 +0000
Commit:     Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Mon Aug 19 01:04:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=702ea1b1

dev-python/chevron: 0.14.0, re-order variables

Signed-off-by: John M. Harris Jr. <johnmh <AT> johnmh.me>

 dev-python/chevron/chevron-0.14.0-r1.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-python/chevron/chevron-0.14.0-r1.ebuild b/dev-python/chevron/chevron-0.14.0-r1.ebuild
index 91fa085c9..cea8abd5c 100644
--- a/dev-python/chevron/chevron-0.14.0-r1.ebuild
+++ b/dev-python/chevron/chevron-0.14.0-r1.ebuild
@@ -10,15 +10,16 @@ PYPI_NO_NORMALIZE=1
 
 inherit distutils-r1 pypi
 
+DESCRIPTION="A Python implementation of mustache"
+HOMEPAGE="https://github.com/noahmorrison/chevron"
+
 # 0.14.0 was never pushed to GitHub, even master is 1 commit behind.
 # For now, pull from pythonhosted.
 SRC_URI="https://files.pythonhosted.org/packages/15/1f/ca74b65b19798895d63a6e92874162f44233467c9e7c1ed8afd19016ebe9/${P}.tar.gz"
 
-DESCRIPTION="A Python implementation of mustache"
-HOMEPAGE="https://github.com/noahmorrison/chevron"
 LICENSE="MIT"
-KEYWORDS="~amd64"
 SLOT="0"
+KEYWORDS="~amd64"
 
 RDEPEND="
 	${PYTHON_DEPS}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-08-19 16:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-19 16:33 [gentoo-commits] repo/proj/guru:master commit in: dev-python/chevron/ Lucio Sauer
  -- strict thread matches above, loose matches on Subject: below --
2024-08-19 16:33 Lucio Sauer
2024-08-19 16:33 Lucio Sauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox