* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-lsp-isort/
@ 2023-12-31 18:25 Moritz Brunner
0 siblings, 0 replies; 5+ messages in thread
From: Moritz Brunner @ 2023-12-31 18:25 UTC (permalink / raw
To: gentoo-commits
commit: 5b9feacb87175fafdbf6c7302287c73b6bce4bf9
Author: Moritz Brunner <moritz.brunner+gentoo <AT> posteo <DOT> de>
AuthorDate: Sun Dec 31 18:14:11 2023 +0000
Commit: Moritz Brunner <moritz.brunner+gentoo <AT> posteo <DOT> de>
CommitDate: Sun Dec 31 18:24:20 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5b9feacb
dev-python/python-lsp-isort: new package, add 0.1
Signed-off-by: Moritz Brunner <moritz.brunner+gentoo <AT> posteo.de>
dev-python/python-lsp-isort/Manifest | 1 +
dev-python/python-lsp-isort/metadata.xml | 13 ++++++++
.../python-lsp-isort/python-lsp-isort-0.1.ebuild | 35 ++++++++++++++++++++++
3 files changed, 49 insertions(+)
diff --git a/dev-python/python-lsp-isort/Manifest b/dev-python/python-lsp-isort/Manifest
new file mode 100644
index 0000000000..ae4c07768c
--- /dev/null
+++ b/dev-python/python-lsp-isort/Manifest
@@ -0,0 +1 @@
+DIST python-lsp-isort-0.1.gh.tar.gz 5065 BLAKE2B 385807fde3bbbfd73d7fdefb721375490be592203aac41bcb2e0a56ee5588f66a78c7e2f6b14458c2836987abb1607670935d12127caedb2ddd3b9e67b87b547 SHA512 fd2575e27c5a32c7a8dfabc8777ae9ce82a0c1fe9a46fe64341becbe60e8d37d07736950b986df307e608a777825fd51cbb1345b7163944e19086ab69985a472
diff --git a/dev-python/python-lsp-isort/metadata.xml b/dev-python/python-lsp-isort/metadata.xml
new file mode 100644
index 0000000000..339401237c
--- /dev/null
+++ b/dev-python/python-lsp-isort/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <name>Moritz Brunner</name>
+ <email>moritz.brunner+gentoo@posteo.de</email>
+ </maintainer>
+ <stabilize-allarches />
+ <upstream>
+ <remote-id type="pypi">python-lsp-isort</remote-id>
+ <remote-id type="github">chantera/python-lsp-isort</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/python-lsp-isort/python-lsp-isort-0.1.ebuild b/dev-python/python-lsp-isort/python-lsp-isort-0.1.ebuild
new file mode 100644
index 0000000000..3eec423be9
--- /dev/null
+++ b/dev-python/python-lsp-isort/python-lsp-isort-0.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+MY_PV="0.1"
+
+inherit distutils-r1
+
+DESCRIPTION="isort plugin for the Python LSP Server"
+HOMEPAGE="
+ https://github.com/chantera/python-lsp-isort
+ https://pypi.org/project/python-lsp-isort/
+"
+SRC_URI="
+ https://github.com/chantera/${PN}/archive/refs/tags/v${MY_PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+BDEPEND="
+ >=dev-python/isort-5.0[${PYTHON_USEDEP}]
+"
+RDEPEND="
+ dev-python/python-lsp-server[${PYTHON_USEDEP}]
+ ${BDEPEND}
+"
+
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-lsp-isort/
@ 2023-12-31 18:31 Moritz Brunner
0 siblings, 0 replies; 5+ messages in thread
From: Moritz Brunner @ 2023-12-31 18:31 UTC (permalink / raw
To: gentoo-commits
commit: 047be17857361e5b8b93e239b58bc95d98efef5b
Author: Moritz Brunner <moritz.brunner+gentoo <AT> posteo <DOT> de>
AuthorDate: Sun Dec 31 18:29:51 2023 +0000
Commit: Moritz Brunner <moritz.brunner+gentoo <AT> posteo <DOT> de>
CommitDate: Sun Dec 31 18:29:51 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=047be178
dev-python/python-lsp-isort: Simplify by removing superfluous MY_PV
Signed-off-by: Moritz Brunner <moritz.brunner+gentoo <AT> posteo.de>
dev-python/python-lsp-isort/python-lsp-isort-0.1.ebuild | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/dev-python/python-lsp-isort/python-lsp-isort-0.1.ebuild b/dev-python/python-lsp-isort/python-lsp-isort-0.1.ebuild
index 3eec423be9..cc95211426 100644
--- a/dev-python/python-lsp-isort/python-lsp-isort-0.1.ebuild
+++ b/dev-python/python-lsp-isort/python-lsp-isort-0.1.ebuild
@@ -5,7 +5,6 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..12} pypy3 )
-MY_PV="0.1"
inherit distutils-r1
@@ -15,10 +14,9 @@ HOMEPAGE="
https://pypi.org/project/python-lsp-isort/
"
SRC_URI="
- https://github.com/chantera/${PN}/archive/refs/tags/v${MY_PV}.tar.gz
+ https://github.com/chantera/${PN}/archive/refs/tags/v${PV}.tar.gz
-> ${P}.gh.tar.gz
"
-S="${WORKDIR}/${PN}-${MY_PV}"
LICENSE="MIT"
SLOT="0"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-lsp-isort/
@ 2024-04-13 18:54 Julien Roy
0 siblings, 0 replies; 5+ messages in thread
From: Julien Roy @ 2024-04-13 18:54 UTC (permalink / raw
To: gentoo-commits
commit: e4ea6c00d336a969397fb08afebea8abea4cd093
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sat Apr 13 18:54:05 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sat Apr 13 18:54:05 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e4ea6c00
dev-python/python-lsp-isort: disable pypy3
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
dev-python/python-lsp-isort/python-lsp-isort-0.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/python-lsp-isort/python-lsp-isort-0.1.ebuild b/dev-python/python-lsp-isort/python-lsp-isort-0.1.ebuild
index cc95211426..f682d6b92a 100644
--- a/dev-python/python-lsp-isort/python-lsp-isort-0.1.ebuild
+++ b/dev-python/python-lsp-isort/python-lsp-isort-0.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# 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..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-lsp-isort/
@ 2025-01-26 9:32 Moritz Brunner
0 siblings, 0 replies; 5+ messages in thread
From: Moritz Brunner @ 2025-01-26 9:32 UTC (permalink / raw
To: gentoo-commits
commit: 5e3d775f53be7e37442322c8c343529853b118a3
Author: Moritz Brunner <moritz.brunner+gentoo <AT> posteo <DOT> de>
AuthorDate: Sun Jan 26 09:32:27 2025 +0000
Commit: Moritz Brunner <moritz.brunner+gentoo <AT> posteo <DOT> de>
CommitDate: Sun Jan 26 09:32:27 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5e3d775f
dev-python/python-lsp-isort: enable py3.13
Signed-off-by: Moritz Brunner <moritz.brunner+gentoo <AT> posteo.de>
dev-python/python-lsp-isort/python-lsp-isort-0.2.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-lsp-isort/python-lsp-isort-0.2.0.ebuild b/dev-python/python-lsp-isort/python-lsp-isort-0.2.0.ebuild
index f682d6b92..f10a506f3 100644
--- a/dev-python/python-lsp-isort/python-lsp-isort-0.2.0.ebuild
+++ b/dev-python/python-lsp-isort/python-lsp-isort-0.2.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-lsp-isort/
@ 2025-01-26 9:32 Moritz Brunner
0 siblings, 0 replies; 5+ messages in thread
From: Moritz Brunner @ 2025-01-26 9:32 UTC (permalink / raw
To: gentoo-commits
commit: c791c93bca185f2db0983507ea86a31c1651a3a1
Author: Moritz Brunner <moritz.brunner+gentoo <AT> posteo <DOT> de>
AuthorDate: Sun Jan 26 09:32:01 2025 +0000
Commit: Moritz Brunner <moritz.brunner+gentoo <AT> posteo <DOT> de>
CommitDate: Sun Jan 26 09:32:01 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c791c93b
dev-python/python-lsp-isort: add 0.2.0, drop 0.1
Signed-off-by: Moritz Brunner <moritz.brunner+gentoo <AT> posteo.de>
dev-python/python-lsp-isort/Manifest | 2 +-
.../{python-lsp-isort-0.1.ebuild => python-lsp-isort-0.2.0.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-lsp-isort/Manifest b/dev-python/python-lsp-isort/Manifest
index ae4c07768..20f11eb72 100644
--- a/dev-python/python-lsp-isort/Manifest
+++ b/dev-python/python-lsp-isort/Manifest
@@ -1 +1 @@
-DIST python-lsp-isort-0.1.gh.tar.gz 5065 BLAKE2B 385807fde3bbbfd73d7fdefb721375490be592203aac41bcb2e0a56ee5588f66a78c7e2f6b14458c2836987abb1607670935d12127caedb2ddd3b9e67b87b547 SHA512 fd2575e27c5a32c7a8dfabc8777ae9ce82a0c1fe9a46fe64341becbe60e8d37d07736950b986df307e608a777825fd51cbb1345b7163944e19086ab69985a472
+DIST python-lsp-isort-0.2.0.gh.tar.gz 5216 BLAKE2B 32d22c97e3c0add1bf808a27a94fda415c1250669130f86c7aab2d81da6fb9a7efc4ad3b23300d8418e0b60d70bd5831958e3427f4489d8d17405885d3ad1e86 SHA512 26b05e8fed70dca268c9ff6714d2b9ad68fda86ab4d9cb8893df1eaefc517e123945c5fe8928e94f646171ff2d0c2f33e9b058a784d2bf4dd31acf9f2aef1e6a
diff --git a/dev-python/python-lsp-isort/python-lsp-isort-0.1.ebuild b/dev-python/python-lsp-isort/python-lsp-isort-0.2.0.ebuild
similarity index 100%
rename from dev-python/python-lsp-isort/python-lsp-isort-0.1.ebuild
rename to dev-python/python-lsp-isort/python-lsp-isort-0.2.0.ebuild
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2025-01-26 9:32 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-31 18:31 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-lsp-isort/ Moritz Brunner
-- strict thread matches above, loose matches on Subject: below --
2025-01-26 9:32 Moritz Brunner
2025-01-26 9:32 Moritz Brunner
2024-04-13 18:54 Julien Roy
2023-12-31 18:25 Moritz Brunner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox