* [gentoo-commits] repo/gentoo:master commit in: dev-python/editorconfig/
@ 2024-02-13 4:28 Michał Górny
0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2024-02-13 4:28 UTC (permalink / raw
To: gentoo-commits
commit: dc75a52d778adc75e0c6d12dfababff1379b2277
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 13 04:27:37 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 13 04:27:37 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc75a52d
dev-python/editorconfig: Fix S
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/editorconfig/editorconfig-0.12.3-r1.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/editorconfig/editorconfig-0.12.3-r1.ebuild b/dev-python/editorconfig/editorconfig-0.12.3-r1.ebuild
index df3872e19dc0..50fae255ae99 100644
--- a/dev-python/editorconfig/editorconfig-0.12.3-r1.ebuild
+++ b/dev-python/editorconfig/editorconfig-0.12.3-r1.ebuild
@@ -18,6 +18,7 @@ SRC_URI="
-> editorconfig-core-test-${TESTVER}.tar.gz
)
"
+S=${WORKDIR}/${MY_P}
LICENSE="PYTHON BSD-4"
SLOT="0"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/editorconfig/
@ 2024-02-13 4:33 Michał Górny
0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2024-02-13 4:33 UTC (permalink / raw
To: gentoo-commits
commit: 89363b2d1e4c73f68c8f1b1c385ef3902c0e55b8
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 13 04:30:02 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 13 04:31:04 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89363b2d
dev-python/editorconfig: Bump to 0.12.4
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/editorconfig/Manifest | 2 +
dev-python/editorconfig/editorconfig-0.12.4.ebuild | 56 ++++++++++++++++++++++
2 files changed, 58 insertions(+)
diff --git a/dev-python/editorconfig/Manifest b/dev-python/editorconfig/Manifest
index 163c02aae408..29650a3e2684 100644
--- a/dev-python/editorconfig/Manifest
+++ b/dev-python/editorconfig/Manifest
@@ -1,2 +1,4 @@
DIST editorconfig-core-py-0.12.3.tar.gz 19261 BLAKE2B 58cac122cfee19527bc45def7e923da50982de0e2cd443cf67dd824c050fb12352b85a5679815a701bc5b8d88a089a0a98280c364730086d01b80f119ad996a4 SHA512 005d0698c410c8865d177a1e891b5c51b15255f36303b116fddbbbc08e309d1d60ca3003d27e6fd8455e53c5956db0c29e298f22f4b10950e1f7c56c7c6e0ab3
+DIST editorconfig-core-py-0.12.4.gh.tar.gz 19411 BLAKE2B f1cbcce704efb9a185ff25e2fe800156a02288be389a3908579fbf4ec0131f79fc9a453040d4259fc050e1aa94cfc68f557580c86ca8d7fb65582c32d7a1c6af SHA512 12eea18d0af84eea6f71658781c9f9b58e3490db7056ddc5eae3e0ce3413635eac995e0fdef33a7fe6e2d60649e95a67034a53f304faa38f6022d86fee135464
+DIST editorconfig-core-test-abb579e00f2deeede91cb485e53512efab9c6474.gh.tar.gz 7900 BLAKE2B 9ebdb5e522948bc9e86ea84435ccaa11585a8a12f4cd6fe54c64d78917281c913568351767d8077623b1196d84206d1c2d0126a0510f70df484c1b55d829028b SHA512 ae5424b4926d6cb127cb3da473400ced4f7ccf224f7baa8bc5bde0317cc045bb7b99738a56efe5fd0e5a0fbe39b997b9fb1739d24713e7f83b58e987c5e56a32
DIST editorconfig-core-test-abb579e00f2deeede91cb485e53512efab9c6474.tar.gz 7900 BLAKE2B 9ebdb5e522948bc9e86ea84435ccaa11585a8a12f4cd6fe54c64d78917281c913568351767d8077623b1196d84206d1c2d0126a0510f70df484c1b55d829028b SHA512 ae5424b4926d6cb127cb3da473400ced4f7ccf224f7baa8bc5bde0317cc045bb7b99738a56efe5fd0e5a0fbe39b997b9fb1739d24713e7f83b58e987c5e56a32
diff --git a/dev-python/editorconfig/editorconfig-0.12.4.ebuild b/dev-python/editorconfig/editorconfig-0.12.4.ebuild
new file mode 100644
index 000000000000..849c3cf6df6b
--- /dev/null
+++ b/dev-python/editorconfig/editorconfig-0.12.4.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit cmake distutils-r1
+
+MY_P=editorconfig-core-py-${PV}
+TESTVER="abb579e00f2deeede91cb485e53512efab9c6474"
+DESCRIPTION="Clone of EditorConfig core written in Python"
+HOMEPAGE="https://editorconfig.org/"
+SRC_URI="
+ https://github.com/editorconfig/editorconfig-core-py/archive/v${PV}.tar.gz
+ -> ${MY_P}.gh.tar.gz
+ test? (
+ https://github.com/editorconfig/editorconfig-core-test/archive/${TESTVER}.tar.gz
+ -> editorconfig-core-test-${TESTVER}.gh.tar.gz
+ )
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="PYTHON BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="cli test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ !<app-vim/editorconfig-vim-0.3.3-r1
+ cli? ( !app-text/editorconfig-core-c[cli] )
+"
+
+src_prepare() {
+ if use test; then
+ mv "${WORKDIR}"/editorconfig-core-test-${TESTVER}/* "${S}"/tests || die
+ fi
+ if ! use cli; then
+ sed -i -e '/editorconfig\.__main__/d' setup.py || die
+ fi
+
+ cmake_src_prepare
+ distutils-r1_src_prepare
+}
+
+python_test() {
+ local mycmakeargs=(
+ -DPYTHON_EXECUTABLE="${PYTHON}"
+ )
+
+ cmake_src_configure
+ cmake_src_compile
+ cmake_src_test
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/editorconfig/
@ 2024-02-13 18:49 Michał Górny
0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2024-02-13 18:49 UTC (permalink / raw
To: gentoo-commits
commit: 9039d662b3d9f026e671a7a48ae26162aec68811
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 13 18:48:14 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 13 18:49:11 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9039d662
dev-python/editorconfig: Fix testing
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/editorconfig/editorconfig-0.12.4.ebuild | 4 ----
1 file changed, 4 deletions(-)
diff --git a/dev-python/editorconfig/editorconfig-0.12.4.ebuild b/dev-python/editorconfig/editorconfig-0.12.4.ebuild
index 849c3cf6df6b..74e5c75833b9 100644
--- a/dev-python/editorconfig/editorconfig-0.12.4.ebuild
+++ b/dev-python/editorconfig/editorconfig-0.12.4.ebuild
@@ -46,10 +46,6 @@ src_prepare() {
}
python_test() {
- local mycmakeargs=(
- -DPYTHON_EXECUTABLE="${PYTHON}"
- )
-
cmake_src_configure
cmake_src_compile
cmake_src_test
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/editorconfig/
@ 2024-02-13 18:49 Michał Górny
0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2024-02-13 18:49 UTC (permalink / raw
To: gentoo-commits
commit: 12e15547fe4b07a21bcddb991c058129db9898f5
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 13 18:49:00 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 13 18:49:13 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12e15547
dev-python/editorconfig: Remove an ancient blocker
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/editorconfig/editorconfig-0.12.4.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/dev-python/editorconfig/editorconfig-0.12.4.ebuild b/dev-python/editorconfig/editorconfig-0.12.4.ebuild
index d44b6ea024d4..411fe28f0b88 100644
--- a/dev-python/editorconfig/editorconfig-0.12.4.ebuild
+++ b/dev-python/editorconfig/editorconfig-0.12.4.ebuild
@@ -29,7 +29,6 @@ IUSE="cli test"
RESTRICT="!test? ( test )"
RDEPEND="
- !<app-vim/editorconfig-vim-0.3.3-r1
cli? ( !app-text/editorconfig-core-c[cli] )
"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/editorconfig/
@ 2024-02-13 18:49 Michał Górny
0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2024-02-13 18:49 UTC (permalink / raw
To: gentoo-commits
commit: ea5ad314a265835ffcf75352e3916c46ad60bf53
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 13 18:48:20 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 13 18:49:12 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea5ad314
dev-python/editorconfig: Enable py3.12
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/editorconfig/editorconfig-0.12.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/editorconfig/editorconfig-0.12.4.ebuild b/dev-python/editorconfig/editorconfig-0.12.4.ebuild
index 74e5c75833b9..d44b6ea024d4 100644
--- a/dev-python/editorconfig/editorconfig-0.12.4.ebuild
+++ b/dev-python/editorconfig/editorconfig-0.12.4.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit cmake distutils-r1
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/editorconfig/
@ 2024-03-02 23:37 Zac Medico
0 siblings, 0 replies; 8+ messages in thread
From: Zac Medico @ 2024-03-02 23:37 UTC (permalink / raw
To: gentoo-commits
commit: 698eaa2a3a0165532aad820a3c087042837915da
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 2 23:31:29 2024 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sat Mar 2 23:37:02 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=698eaa2a
dev-python/editorconfig: 0.12.4-r1 revbump to fix USE=-cli
Bug: https://bugs.gentoo.org/925713
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
.../{editorconfig-0.12.4.ebuild => editorconfig-0.12.4-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/editorconfig/editorconfig-0.12.4.ebuild b/dev-python/editorconfig/editorconfig-0.12.4-r1.ebuild
similarity index 95%
rename from dev-python/editorconfig/editorconfig-0.12.4.ebuild
rename to dev-python/editorconfig/editorconfig-0.12.4-r1.ebuild
index 411fe28f0b88..e1678ef6a893 100644
--- a/dev-python/editorconfig/editorconfig-0.12.4.ebuild
+++ b/dev-python/editorconfig/editorconfig-0.12.4-r1.ebuild
@@ -37,7 +37,7 @@ src_prepare() {
mv "${WORKDIR}"/editorconfig-core-test-${TESTVER}/* "${S}"/tests || die
fi
if ! use cli; then
- sed -i -e '/editorconfig\.__main__/d' setup.py || die
+ sed -i -e '/editorconfig\.__main__/d' setup.cfg || die
fi
cmake_src_prepare
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/editorconfig/
@ 2024-05-17 17:38 Michał Górny
0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2024-05-17 17:38 UTC (permalink / raw
To: gentoo-commits
commit: 58510c9fb3aba00a941229cf93141afceb07f4de
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri May 17 17:22:03 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri May 17 17:30:50 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58510c9f
dev-python/editorconfig: Enable py3.13
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/editorconfig/editorconfig-0.12.4-r1.ebuild | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/dev-python/editorconfig/editorconfig-0.12.4-r1.ebuild b/dev-python/editorconfig/editorconfig-0.12.4-r1.ebuild
index e1678ef6a893..3c2d38743f70 100644
--- a/dev-python/editorconfig/editorconfig-0.12.4-r1.ebuild
+++ b/dev-python/editorconfig/editorconfig-0.12.4-r1.ebuild
@@ -4,14 +4,18 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit cmake distutils-r1
MY_P=editorconfig-core-py-${PV}
TESTVER="abb579e00f2deeede91cb485e53512efab9c6474"
DESCRIPTION="Clone of EditorConfig core written in Python"
-HOMEPAGE="https://editorconfig.org/"
+HOMEPAGE="
+ https://editorconfig.org/
+ https://github.com/editorconfig/editorconfig-core-py/
+ https://pypi.org/project/EditorConfig/
+"
SRC_URI="
https://github.com/editorconfig/editorconfig-core-py/archive/v${PV}.tar.gz
-> ${MY_P}.gh.tar.gz
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/editorconfig/
@ 2024-12-13 6:15 Michał Górny
0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2024-12-13 6:15 UTC (permalink / raw
To: gentoo-commits
commit: 71fa622c36e7cdfd4e5b350bf20af766876324ae
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 13 05:43:42 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Dec 13 06:15:12 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71fa622c
dev-python/editorconfig: Bump to 0.17.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/editorconfig/Manifest | 2 +
dev-python/editorconfig/editorconfig-0.17.0.ebuild | 55 ++++++++++++++++++++++
2 files changed, 57 insertions(+)
diff --git a/dev-python/editorconfig/Manifest b/dev-python/editorconfig/Manifest
index 9d72588b6ce0..a6945323c0aa 100644
--- a/dev-python/editorconfig/Manifest
+++ b/dev-python/editorconfig/Manifest
@@ -1,2 +1,4 @@
DIST editorconfig-core-py-0.12.4.gh.tar.gz 19411 BLAKE2B f1cbcce704efb9a185ff25e2fe800156a02288be389a3908579fbf4ec0131f79fc9a453040d4259fc050e1aa94cfc68f557580c86ca8d7fb65582c32d7a1c6af SHA512 12eea18d0af84eea6f71658781c9f9b58e3490db7056ddc5eae3e0ce3413635eac995e0fdef33a7fe6e2d60649e95a67034a53f304faa38f6022d86fee135464
+DIST editorconfig-core-py-0.17.0.gh.tar.gz 19657 BLAKE2B d7e78d96454b637e6aee511d99ef38d92c549a24b426f4a8bd3c75217fd1a1513bc81a6e9f89cddf69c13d50a1a7414082ca1b16575af2cc1ee188a12cf87bca SHA512 9e9c90f646ad58634115fcf88cedefcd2613fb90bbe4a186618b0ee5adde76d014cf3506bcdc36638c28b1b3bb33bd0e0c3580f7d55cad981dd926d61493bdd1
DIST editorconfig-core-test-abb579e00f2deeede91cb485e53512efab9c6474.gh.tar.gz 7900 BLAKE2B 9ebdb5e522948bc9e86ea84435ccaa11585a8a12f4cd6fe54c64d78917281c913568351767d8077623b1196d84206d1c2d0126a0510f70df484c1b55d829028b SHA512 ae5424b4926d6cb127cb3da473400ced4f7ccf224f7baa8bc5bde0317cc045bb7b99738a56efe5fd0e5a0fbe39b997b9fb1739d24713e7f83b58e987c5e56a32
+DIST editorconfig-core-test-d91029bdf1e3e0307714afe0d2cde7ba6fd208ab.gh.tar.gz 13962 BLAKE2B 2ad5d61d0c6b157083a3990d4deb2d06b1efab42c9e4e0f22a42a90317b9b0212b6dd019ee74c86c4f6ff1edfabb9423d63c3baa499622e80b80243ba7dcc677 SHA512 530ac91b7dc5b433c59251edd5928c6f9c579c343b85f0dbd7dc71de6eb2e34328dbb398f0e68a416f4f22c9c7bfa13a792bcfe4c0469902e3a1fe2ba6c9841f
diff --git a/dev-python/editorconfig/editorconfig-0.17.0.ebuild b/dev-python/editorconfig/editorconfig-0.17.0.ebuild
new file mode 100644
index 000000000000..06ffb0e4df67
--- /dev/null
+++ b/dev-python/editorconfig/editorconfig-0.17.0.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} )
+
+inherit cmake distutils-r1
+
+MY_P=editorconfig-core-py-${PV}
+TESTVER="d91029bdf1e3e0307714afe0d2cde7ba6fd208ab"
+DESCRIPTION="Clone of EditorConfig core written in Python"
+HOMEPAGE="
+ https://editorconfig.org/
+ https://github.com/editorconfig/editorconfig-core-py/
+ https://pypi.org/project/EditorConfig/
+"
+SRC_URI="
+ https://github.com/editorconfig/editorconfig-core-py/archive/v${PV}.tar.gz
+ -> ${MY_P}.gh.tar.gz
+ test? (
+ https://github.com/editorconfig/editorconfig-core-test/archive/${TESTVER}.tar.gz
+ -> editorconfig-core-test-${TESTVER}.gh.tar.gz
+ )
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="PYTHON BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="cli test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ cli? ( !app-text/editorconfig-core-c[cli] )
+"
+
+src_prepare() {
+ if use test; then
+ mv "${WORKDIR}"/editorconfig-core-test-${TESTVER}/* "${S}"/tests || die
+ fi
+ if ! use cli; then
+ sed -i -e '/editorconfig\.__main__/d' pyproject.toml || die
+ fi
+
+ cmake_src_prepare
+ distutils-r1_src_prepare
+}
+
+python_test() {
+ cmake_src_configure
+ cmake_src_compile
+ cmake_src_test
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2024-12-13 6:15 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-17 17:38 [gentoo-commits] repo/gentoo:master commit in: dev-python/editorconfig/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2024-12-13 6:15 Michał Górny
2024-03-02 23:37 Zac Medico
2024-02-13 18:49 Michał Górny
2024-02-13 18:49 Michał Górny
2024-02-13 18:49 Michał Górny
2024-02-13 4:33 Michał Górny
2024-02-13 4:28 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox