* [gentoo-commits] repo/proj/guru:dev commit in: dev-util/codespell/
@ 2019-04-22 10:49 Bernd Waibel
0 siblings, 0 replies; 12+ messages in thread
From: Bernd Waibel @ 2019-04-22 10:49 UTC (permalink / raw
To: gentoo-commits
commit: b3b7f424646105c31ca97a0fd2df71588531b206
Author: Bernd Waibel <waebbl <AT> gmail <DOT> com>
AuthorDate: Mon Apr 22 09:29:53 2019 +0000
Commit: Bernd Waibel <waebbl <AT> gmail <DOT> com>
CommitDate: Mon Apr 22 09:29:53 2019 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b3b7f424
dev-util/codespell: new package
Fix common misspellings in text files, designed to be used in source
code.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Bernd Waibel <waebbl <AT> gmail.com>
dev-util/codespell/Manifest | 1 +
dev-util/codespell/codespell-1.14.0.ebuild | 18 ++++++++++++++++++
dev-util/codespell/metadata.xml | 21 +++++++++++++++++++++
3 files changed, 40 insertions(+)
diff --git a/dev-util/codespell/Manifest b/dev-util/codespell/Manifest
new file mode 100644
index 0000000..b0eab05
--- /dev/null
+++ b/dev-util/codespell/Manifest
@@ -0,0 +1 @@
+DIST codespell-1.14.0.tar.gz 99726 BLAKE2B 3e818b97f4c949f704f7792bbed2ed27171b150842a880db061cc98c70116179580936f510996845dee7b151adc99a01dfb6626a8eab0ae8cf9334df1d8f1aad SHA512 2e800af4aa4b68a511df5161fd2b7fe51b4ac903535c3c593df8a60dc81a6363b0b9fe18c74d9a5fb3fa2a02ba85f6e63a2044fd0cceb0d11d40d5acd8199d02
diff --git a/dev-util/codespell/codespell-1.14.0.ebuild b/dev-util/codespell/codespell-1.14.0.ebuild
new file mode 100644
index 0000000..50379a8
--- /dev/null
+++ b/dev-util/codespell/codespell-1.14.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+inherit distutils-r1
+
+DESCRIPTION="Check text files for common misspellings"
+HOMEPAGE="https://github.com/codespell-project/codespell"
+SRC_URI="https://github.com/codespell-project/codespell/archive/v${PVR}.tar.gz -> ${P}.tar.gz"
+
+# Code licensed under GPL-2
+# Dictionary licensed under CC-BY-SA-3.0
+LICENSE="GPL-2 CC-BY-SA-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
diff --git a/dev-util/codespell/metadata.xml b/dev-util/codespell/metadata.xml
new file mode 100644
index 0000000..1f3c086
--- /dev/null
+++ b/dev-util/codespell/metadata.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="person">
+ <email>waebbl@gmail.com</email>
+ <name>Bernd Waibel</name>
+</maintainer>
+<longdescription>
+ A tool to fix common misspellings in text files. It's designed primarily
+ checking misspelled words in source code, but can be used with other
+ text files as well.
+</longdescription>
+<upstream>
+ <maintainer status="active">
+ <email>larson.eric.d@gmail.com</email>
+ <name>Eric Larson</name>
+ </maintainer>
+ <bugs-to>https://github.com/codespell-project/codespell/issues</bugs-to>
+ <remote-id type="github">codespell-project/codespell</remote-id>
+</upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-util/codespell/
@ 2019-05-17 18:22 Bernd Waibel
0 siblings, 0 replies; 12+ messages in thread
From: Bernd Waibel @ 2019-05-17 18:22 UTC (permalink / raw
To: gentoo-commits
commit: 02d45b05d593467a0e2edf3bcc0f8ad653cb59c0
Author: Bernd Waibel <waebbl <AT> gmail <DOT> com>
AuthorDate: Fri May 17 18:21:34 2019 +0000
Commit: Bernd Waibel <waebbl <AT> gmail <DOT> com>
CommitDate: Fri May 17 18:21:34 2019 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=02d45b05
dev-util/codespell: bump to 1.15.0
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Bernd Waibel <waebbl <AT> gmail.com>
dev-util/codespell/Manifest | 1 +
dev-util/codespell/codespell-1.15.0.ebuild | 18 ++++++++++++++++++
2 files changed, 19 insertions(+)
diff --git a/dev-util/codespell/Manifest b/dev-util/codespell/Manifest
index b0eab05..3c12217 100644
--- a/dev-util/codespell/Manifest
+++ b/dev-util/codespell/Manifest
@@ -1 +1,2 @@
DIST codespell-1.14.0.tar.gz 99726 BLAKE2B 3e818b97f4c949f704f7792bbed2ed27171b150842a880db061cc98c70116179580936f510996845dee7b151adc99a01dfb6626a8eab0ae8cf9334df1d8f1aad SHA512 2e800af4aa4b68a511df5161fd2b7fe51b4ac903535c3c593df8a60dc81a6363b0b9fe18c74d9a5fb3fa2a02ba85f6e63a2044fd0cceb0d11d40d5acd8199d02
+DIST codespell-1.15.0.tar.gz 121819 BLAKE2B 494fadd4cee14b5280ffc5989914d81853f3d68e1292f367832297f8a604611f0ec8244b7ae0f9bae7cc798956d1797fa163229ef38d8949e162cf2e10314074 SHA512 5a8489ddb59a514670f02be336c023ccc4c3a1bc0f86e0ec1292d599837ce6f3ec8e1dbb66013d9ec25d5183129ee810623165fb8bbacc71759695581a3c1795
diff --git a/dev-util/codespell/codespell-1.15.0.ebuild b/dev-util/codespell/codespell-1.15.0.ebuild
new file mode 100644
index 0000000..caf8227
--- /dev/null
+++ b/dev-util/codespell/codespell-1.15.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+inherit distutils-r1
+
+DESCRIPTION="Check text files for common misspellings"
+HOMEPAGE="https://github.com/codespell-project/codespell"
+SRC_URI="https://github.com/${PN}-project/${PN}/archive/v${PVR}.tar.gz -> ${P}.tar.gz"
+
+# Code licensed under GPL-2
+# Dictionary licensed under CC-BY-SA-3.0
+LICENSE="GPL-2 CC-BY-SA-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-util/codespell/
@ 2019-05-24 7:19 Bernd Waibel
0 siblings, 0 replies; 12+ messages in thread
From: Bernd Waibel @ 2019-05-24 7:19 UTC (permalink / raw
To: gentoo-commits
commit: 9ff45003136d808e99cced72868d609b51016159
Author: Bernd Waibel <waebbl <AT> gmail <DOT> com>
AuthorDate: Fri May 24 07:12:36 2019 +0000
Commit: Bernd Waibel <waebbl <AT> gmail <DOT> com>
CommitDate: Fri May 24 07:12:36 2019 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9ff45003
dev-util/codespell: drop old
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Bernd Waibel <waebbl <AT> gmail.com>
dev-util/codespell/Manifest | 1 -
dev-util/codespell/codespell-1.14.0.ebuild | 18 ------------------
2 files changed, 19 deletions(-)
diff --git a/dev-util/codespell/Manifest b/dev-util/codespell/Manifest
index 3c12217..78b8ef7 100644
--- a/dev-util/codespell/Manifest
+++ b/dev-util/codespell/Manifest
@@ -1,2 +1 @@
-DIST codespell-1.14.0.tar.gz 99726 BLAKE2B 3e818b97f4c949f704f7792bbed2ed27171b150842a880db061cc98c70116179580936f510996845dee7b151adc99a01dfb6626a8eab0ae8cf9334df1d8f1aad SHA512 2e800af4aa4b68a511df5161fd2b7fe51b4ac903535c3c593df8a60dc81a6363b0b9fe18c74d9a5fb3fa2a02ba85f6e63a2044fd0cceb0d11d40d5acd8199d02
DIST codespell-1.15.0.tar.gz 121819 BLAKE2B 494fadd4cee14b5280ffc5989914d81853f3d68e1292f367832297f8a604611f0ec8244b7ae0f9bae7cc798956d1797fa163229ef38d8949e162cf2e10314074 SHA512 5a8489ddb59a514670f02be336c023ccc4c3a1bc0f86e0ec1292d599837ce6f3ec8e1dbb66013d9ec25d5183129ee810623165fb8bbacc71759695581a3c1795
diff --git a/dev-util/codespell/codespell-1.14.0.ebuild b/dev-util/codespell/codespell-1.14.0.ebuild
deleted file mode 100644
index 50379a8..0000000
--- a/dev-util/codespell/codespell-1.14.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
-inherit distutils-r1
-
-DESCRIPTION="Check text files for common misspellings"
-HOMEPAGE="https://github.com/codespell-project/codespell"
-SRC_URI="https://github.com/codespell-project/codespell/archive/v${PVR}.tar.gz -> ${P}.tar.gz"
-
-# Code licensed under GPL-2
-# Dictionary licensed under CC-BY-SA-3.0
-LICENSE="GPL-2 CC-BY-SA-3.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-util/codespell/
@ 2020-03-12 12:39 Andrew Ammerlaan
0 siblings, 0 replies; 12+ messages in thread
From: Andrew Ammerlaan @ 2020-03-12 12:39 UTC (permalink / raw
To: gentoo-commits
commit: 219402d4f23e42463b83542af0f54cdbd91c1d6e
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Mar 12 12:38:55 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Mar 12 12:38:55 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=219402d4
dev-util/codespell: version bump and add py3_8
also enabled tests
Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-util/codespell/Manifest | 2 +-
...spell-1.15.0.ebuild => codespell-1.16.0.ebuild} | 22 +++++++++++++++++++---
2 files changed, 20 insertions(+), 4 deletions(-)
diff --git a/dev-util/codespell/Manifest b/dev-util/codespell/Manifest
index 78b8ef7..a5db985 100644
--- a/dev-util/codespell/Manifest
+++ b/dev-util/codespell/Manifest
@@ -1 +1 @@
-DIST codespell-1.15.0.tar.gz 121819 BLAKE2B 494fadd4cee14b5280ffc5989914d81853f3d68e1292f367832297f8a604611f0ec8244b7ae0f9bae7cc798956d1797fa163229ef38d8949e162cf2e10314074 SHA512 5a8489ddb59a514670f02be336c023ccc4c3a1bc0f86e0ec1292d599837ce6f3ec8e1dbb66013d9ec25d5183129ee810623165fb8bbacc71759695581a3c1795
+DIST codespell-1.16.0.tar.gz 136752 BLAKE2B 8abe6ac0fc162263cdfbcbfc4868786e41f9d95e32658a042f062d12f22248ace1cb7f1213c1436314d88973d683fb8c4c1fce86cd08bd6af72b7b5eae1f0086 SHA512 8ac1f05dba47ebebdaecff212a36af4d888585d91efe9bb75bb4e3148a39528222a088936dc265f9ad5d87319b786863d2c07a170a13a061c31ee6c6ee10bbe8
diff --git a/dev-util/codespell/codespell-1.15.0.ebuild b/dev-util/codespell/codespell-1.16.0.ebuild
similarity index 51%
rename from dev-util/codespell/codespell-1.15.0.ebuild
rename to dev-util/codespell/codespell-1.16.0.ebuild
index caf8227..f86ee93 100644
--- a/dev-util/codespell/codespell-1.15.0.ebuild
+++ b/dev-util/codespell/codespell-1.16.0.ebuild
@@ -1,9 +1,12 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
inherit distutils-r1
DESCRIPTION="Check text files for common misspellings"
@@ -15,4 +18,17 @@ SRC_URI="https://github.com/${PN}-project/${PN}/archive/v${PVR}.tar.gz -> ${P}.t
LICENSE="GPL-2 CC-BY-SA-3.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+ # do not depend on pytest-cov
+ sed -i -e '/addopts/d' setup.cfg || die
+
+ # This will fail if the package itself
+ # is not yet installed
+ sed -i -e 's:test_command:_&:' \
+ codespell_lib/tests/test_basic.py
+
+ distutils-r1_python_prepare_all
+}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-util/codespell/
@ 2020-04-26 22:39 Alessandro Barbieri
0 siblings, 0 replies; 12+ messages in thread
From: Alessandro Barbieri @ 2020-04-26 22:39 UTC (permalink / raw
To: gentoo-commits
commit: c71fc552f78a6bd01f7b0fb49026626ba92411c5
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Apr 26 22:28:43 2020 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sun Apr 26 22:39:12 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c71fc552
dev-util/codespell: longdescription lang="en"
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-util/codespell/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/codespell/metadata.xml b/dev-util/codespell/metadata.xml
index 1f3c086..aaaf34b 100644
--- a/dev-util/codespell/metadata.xml
+++ b/dev-util/codespell/metadata.xml
@@ -5,7 +5,7 @@
<email>waebbl@gmail.com</email>
<name>Bernd Waibel</name>
</maintainer>
-<longdescription>
+<longdescription lang="en">
A tool to fix common misspellings in text files. It's designed primarily
checking misspelled words in source code, but can be used with other
text files as well.
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-util/codespell/
@ 2020-05-22 17:23 Bernd Waibel
0 siblings, 0 replies; 12+ messages in thread
From: Bernd Waibel @ 2020-05-22 17:23 UTC (permalink / raw
To: gentoo-commits
commit: 4d172242e163425e577548eb41f5f93fa5366256
Author: Bernd Waibel <waebbl <AT> gmail <DOT> com>
AuthorDate: Fri May 22 17:23:02 2020 +0000
Commit: Bernd Waibel <waebbl <AT> gmail <DOT> com>
CommitDate: Fri May 22 17:23:02 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4d172242
dev-util/codespell: bump to 1.17.1
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Bernd Waibel <waebbl <AT> gmail.com>
dev-util/codespell/Manifest | 2 +-
dev-util/codespell/{codespell-1.16.0.ebuild => codespell-1.17.1.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/codespell/Manifest b/dev-util/codespell/Manifest
index a5db985..ad33b14 100644
--- a/dev-util/codespell/Manifest
+++ b/dev-util/codespell/Manifest
@@ -1 +1 @@
-DIST codespell-1.16.0.tar.gz 136752 BLAKE2B 8abe6ac0fc162263cdfbcbfc4868786e41f9d95e32658a042f062d12f22248ace1cb7f1213c1436314d88973d683fb8c4c1fce86cd08bd6af72b7b5eae1f0086 SHA512 8ac1f05dba47ebebdaecff212a36af4d888585d91efe9bb75bb4e3148a39528222a088936dc265f9ad5d87319b786863d2c07a170a13a061c31ee6c6ee10bbe8
+DIST codespell-1.17.1.tar.gz 164357 BLAKE2B 75ed98c694498b5445b8083c8c8a98f39b552b379111721b4a99d2b497804f47c3e06f97acb4115820459122391a75f47d4a97c1253b29136308712fb57cb5ff SHA512 5c8be2c11d44a85bc2f1eac980b6ba875f99ffefbdcf6387c798b77d030f9c6ada68e80de8192fd4bab0fe8038b1b5769c72a8ee7f9da9521b9798e6527347d3
diff --git a/dev-util/codespell/codespell-1.16.0.ebuild b/dev-util/codespell/codespell-1.17.1.ebuild
similarity index 100%
rename from dev-util/codespell/codespell-1.16.0.ebuild
rename to dev-util/codespell/codespell-1.17.1.ebuild
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-util/codespell/
@ 2020-12-26 9:09 Theo Anderson
0 siblings, 0 replies; 12+ messages in thread
From: Theo Anderson @ 2020-12-26 9:09 UTC (permalink / raw
To: gentoo-commits
commit: d625a0f1f5a68da2cf1a222aba1854c6112cd76c
Author: Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Sat Dec 26 01:08:36 2020 +0000
Commit: Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Sat Dec 26 09:09:31 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d625a0f1
dev-util/codespell: bump to 2.0.0; bump PYTHON_COMPAT
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans <AT> posteo.de>
dev-util/codespell/Manifest | 1 +
dev-util/codespell/codespell-2.0.0.ebuild | 33 +++++++++++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/dev-util/codespell/Manifest b/dev-util/codespell/Manifest
index ad33b144..711939d4 100644
--- a/dev-util/codespell/Manifest
+++ b/dev-util/codespell/Manifest
@@ -1 +1,2 @@
DIST codespell-1.17.1.tar.gz 164357 BLAKE2B 75ed98c694498b5445b8083c8c8a98f39b552b379111721b4a99d2b497804f47c3e06f97acb4115820459122391a75f47d4a97c1253b29136308712fb57cb5ff SHA512 5c8be2c11d44a85bc2f1eac980b6ba875f99ffefbdcf6387c798b77d030f9c6ada68e80de8192fd4bab0fe8038b1b5769c72a8ee7f9da9521b9798e6527347d3
+DIST codespell-2.0.0.tar.gz 180131 BLAKE2B 9f7cf7b28f0c6981ec4c88909bee4d77dd4a35c9669a2f6aba368519ede85019b69bbbee2a83b17b5c8ca9cd197463ce13e5198a36c6e0f371b352453a82580f SHA512 ca9fc6661be77eddca1a5b3b15a72abc0506c61826487e8f50c546b923c065c6cbfb2b4c4bbace136d811e2e8cf2fe00106efcc3eb8805181ca6bd04fd4bf638
diff --git a/dev-util/codespell/codespell-2.0.0.ebuild b/dev-util/codespell/codespell-2.0.0.ebuild
new file mode 100644
index 00000000..d58a6ad6
--- /dev/null
+++ b/dev-util/codespell/codespell-2.0.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="Check text files for common misspellings"
+HOMEPAGE="https://github.com/codespell-project/codespell"
+SRC_URI="https://github.com/${PN}-project/${PN}/archive/v${PVR}.tar.gz -> ${P}.tar.gz"
+
+# Code licensed under GPL-2
+# Dictionary licensed under CC-BY-SA-3.0
+LICENSE="GPL-2 CC-BY-SA-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+python_prepare_all() {
+ # do not depend on pytest-cov
+ sed -i -e '/addopts/d' setup.cfg || die
+
+ # This will fail if the package itself
+ # is not yet installed
+ sed -i -e 's:test_command:_&:' \
+ codespell_lib/tests/test_basic.py
+
+ distutils-r1_python_prepare_all
+}
+
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-util/codespell/
@ 2021-02-07 17:46 Bernd Waibel
0 siblings, 0 replies; 12+ messages in thread
From: Bernd Waibel @ 2021-02-07 17:46 UTC (permalink / raw
To: gentoo-commits
commit: 1e2fc17b11d5eb22f5d7eed9645208f2217694c1
Author: Bernd Waibel <waebbl-gentoo <AT> posteo <DOT> net>
AuthorDate: Sun Feb 7 17:43:49 2021 +0000
Commit: Bernd Waibel <waebbl <AT> gmail <DOT> com>
CommitDate: Sun Feb 7 17:46:11 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1e2fc17b
dev-util/codespell: fix metadata email
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Bernd Waibel <waebbl-gentoo <AT> posteo.net>
dev-util/codespell/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/codespell/metadata.xml b/dev-util/codespell/metadata.xml
index aaaf34b7..f428604b 100644
--- a/dev-util/codespell/metadata.xml
+++ b/dev-util/codespell/metadata.xml
@@ -2,7 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
- <email>waebbl@gmail.com</email>
+ <email>waebbl-gentoo@posteo.com</email>
<name>Bernd Waibel</name>
</maintainer>
<longdescription lang="en">
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-util/codespell/
@ 2021-02-07 17:55 Bernd Waibel
0 siblings, 0 replies; 12+ messages in thread
From: Bernd Waibel @ 2021-02-07 17:55 UTC (permalink / raw
To: gentoo-commits
commit: 3159f9294bb07f507a7e0b040aa3a4099406104d
Author: Bernd Waibel <waebbl-gentoo <AT> posteo <DOT> net>
AuthorDate: Sun Feb 7 17:43:49 2021 +0000
Commit: Bernd Waibel <waebbl <AT> gmail <DOT> com>
CommitDate: Sun Feb 7 17:54:12 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3159f929
dev-util/codespell: fix metadata email
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Bernd Waibel <waebbl-gentoo <AT> posteo.net>
dev-util/codespell/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/codespell/metadata.xml b/dev-util/codespell/metadata.xml
index f428604b..d9beeaa5 100644
--- a/dev-util/codespell/metadata.xml
+++ b/dev-util/codespell/metadata.xml
@@ -2,7 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
- <email>waebbl-gentoo@posteo.com</email>
+ <email>waebbl-gentoo@posteo.net</email>
<name>Bernd Waibel</name>
</maintainer>
<longdescription lang="en">
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-util/codespell/
@ 2021-06-10 21:20 Bernd Waibel
0 siblings, 0 replies; 12+ messages in thread
From: Bernd Waibel @ 2021-06-10 21:20 UTC (permalink / raw
To: gentoo-commits
commit: 4063202698f758f37288ac0b2c5a8908307da875
Author: Bernd Waibel <waebbl-gentoo <AT> posteo <DOT> net>
AuthorDate: Thu Jun 10 21:18:49 2021 +0000
Commit: Bernd Waibel <waebbl <AT> gmail <DOT> com>
CommitDate: Thu Jun 10 21:20:57 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=40632026
dev-util/codespell: bump to 2.1.0
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Bernd Waibel <waebbl-gentoo <AT> posteo.net>
dev-util/codespell/Manifest | 1 +
dev-util/codespell/codespell-2.1.0.ebuild | 33 +++++++++++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/dev-util/codespell/Manifest b/dev-util/codespell/Manifest
index 711939d4b..5bce26013 100644
--- a/dev-util/codespell/Manifest
+++ b/dev-util/codespell/Manifest
@@ -1,2 +1,3 @@
DIST codespell-1.17.1.tar.gz 164357 BLAKE2B 75ed98c694498b5445b8083c8c8a98f39b552b379111721b4a99d2b497804f47c3e06f97acb4115820459122391a75f47d4a97c1253b29136308712fb57cb5ff SHA512 5c8be2c11d44a85bc2f1eac980b6ba875f99ffefbdcf6387c798b77d030f9c6ada68e80de8192fd4bab0fe8038b1b5769c72a8ee7f9da9521b9798e6527347d3
DIST codespell-2.0.0.tar.gz 180131 BLAKE2B 9f7cf7b28f0c6981ec4c88909bee4d77dd4a35c9669a2f6aba368519ede85019b69bbbee2a83b17b5c8ca9cd197463ce13e5198a36c6e0f371b352453a82580f SHA512 ca9fc6661be77eddca1a5b3b15a72abc0506c61826487e8f50c546b923c065c6cbfb2b4c4bbace136d811e2e8cf2fe00106efcc3eb8805181ca6bd04fd4bf638
+DIST codespell-2.1.0.tar.gz 187490 BLAKE2B 6114aa3a7ad8cd37ab868a3f27f641501dd0cc5bfe80bef0aa5cad0a86f8e2bba6e1f1030d5ac6fb06f78f9e01e37359d0fc17d17eb54608060300f676d3d56c SHA512 16d9a4239ae18fad6a06825a2afae6adc903d50eb90b759cdc61b1e1d145458bbfb1385837c4465b0a9858da100be074c597343c4816ca0260bbf6710d9c84e8
diff --git a/dev-util/codespell/codespell-2.1.0.ebuild b/dev-util/codespell/codespell-2.1.0.ebuild
new file mode 100644
index 000000000..03eb1e9e8
--- /dev/null
+++ b/dev-util/codespell/codespell-2.1.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="Check text files for common misspellings"
+HOMEPAGE="https://github.com/codespell-project/codespell"
+SRC_URI="https://github.com/${PN}-project/${PN}/archive/v${PVR}.tar.gz -> ${P}.tar.gz"
+
+# Code licensed under GPL-2
+# Dictionary licensed under CC-BY-SA-3.0
+LICENSE="GPL-2 CC-BY-SA-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+python_prepare_all() {
+ # do not depend on pytest-cov
+ sed -i -e '/addopts/d' setup.cfg || die
+
+ # This will fail if the package itself
+ # is not yet installed
+ sed -i -e 's:test_command:_&:' \
+ codespell_lib/tests/test_basic.py
+
+ distutils-r1_python_prepare_all
+}
+
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-util/codespell/
@ 2021-06-10 21:20 Bernd Waibel
0 siblings, 0 replies; 12+ messages in thread
From: Bernd Waibel @ 2021-06-10 21:20 UTC (permalink / raw
To: gentoo-commits
commit: ceaf585f3c97f86e0dc20d7978044ccf2e39aeac
Author: Bernd Waibel <waebbl-gentoo <AT> posteo <DOT> net>
AuthorDate: Thu Jun 10 21:20:22 2021 +0000
Commit: Bernd Waibel <waebbl <AT> gmail <DOT> com>
CommitDate: Thu Jun 10 21:20:57 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ceaf585f
dev-util/codespell: drop 1.17.1
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Bernd Waibel <waebbl-gentoo <AT> posteo.net>
dev-util/codespell/Manifest | 1 -
dev-util/codespell/codespell-1.17.1.ebuild | 34 ------------------------------
2 files changed, 35 deletions(-)
diff --git a/dev-util/codespell/Manifest b/dev-util/codespell/Manifest
index 5bce26013..fbbb8a979 100644
--- a/dev-util/codespell/Manifest
+++ b/dev-util/codespell/Manifest
@@ -1,3 +1,2 @@
-DIST codespell-1.17.1.tar.gz 164357 BLAKE2B 75ed98c694498b5445b8083c8c8a98f39b552b379111721b4a99d2b497804f47c3e06f97acb4115820459122391a75f47d4a97c1253b29136308712fb57cb5ff SHA512 5c8be2c11d44a85bc2f1eac980b6ba875f99ffefbdcf6387c798b77d030f9c6ada68e80de8192fd4bab0fe8038b1b5769c72a8ee7f9da9521b9798e6527347d3
DIST codespell-2.0.0.tar.gz 180131 BLAKE2B 9f7cf7b28f0c6981ec4c88909bee4d77dd4a35c9669a2f6aba368519ede85019b69bbbee2a83b17b5c8ca9cd197463ce13e5198a36c6e0f371b352453a82580f SHA512 ca9fc6661be77eddca1a5b3b15a72abc0506c61826487e8f50c546b923c065c6cbfb2b4c4bbace136d811e2e8cf2fe00106efcc3eb8805181ca6bd04fd4bf638
DIST codespell-2.1.0.tar.gz 187490 BLAKE2B 6114aa3a7ad8cd37ab868a3f27f641501dd0cc5bfe80bef0aa5cad0a86f8e2bba6e1f1030d5ac6fb06f78f9e01e37359d0fc17d17eb54608060300f676d3d56c SHA512 16d9a4239ae18fad6a06825a2afae6adc903d50eb90b759cdc61b1e1d145458bbfb1385837c4465b0a9858da100be074c597343c4816ca0260bbf6710d9c84e8
diff --git a/dev-util/codespell/codespell-1.17.1.ebuild b/dev-util/codespell/codespell-1.17.1.ebuild
deleted file mode 100644
index 60c5b37cc..000000000
--- a/dev-util/codespell/codespell-1.17.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-PYTHON_COMPAT=( python3_{7,8} )
-
-inherit distutils-r1
-
-DESCRIPTION="Check text files for common misspellings"
-HOMEPAGE="https://github.com/codespell-project/codespell"
-SRC_URI="https://github.com/${PN}-project/${PN}/archive/v${PVR}.tar.gz -> ${P}.tar.gz"
-
-# Code licensed under GPL-2
-# Dictionary licensed under CC-BY-SA-3.0
-LICENSE="GPL-2 CC-BY-SA-3.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
- # do not depend on pytest-cov
- sed -i -e '/addopts/d' setup.cfg || die
-
- # This will fail if the package itself
- # is not yet installed
- sed -i -e 's:test_command:_&:' \
- codespell_lib/tests/test_basic.py
-
- distutils-r1_python_prepare_all
-}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-util/codespell/
@ 2021-07-23 11:50 Bernd Waibel
0 siblings, 0 replies; 12+ messages in thread
From: Bernd Waibel @ 2021-07-23 11:50 UTC (permalink / raw
To: gentoo-commits
commit: e1430f214b4f7069a5c20473f908fa0095a26ff2
Author: Bernd Waibel <waebbl-gentoo <AT> posteo <DOT> net>
AuthorDate: Fri Jul 23 11:50:01 2021 +0000
Commit: Bernd Waibel <waebbl <AT> gmail <DOT> com>
CommitDate: Fri Jul 23 11:50:01 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e1430f21
dev-util/codespell: drop package
The package has been moved to ::gentoo
Signed-off-by: Bernd Waibel <waebbl-gentoo <AT> posteo.net>
dev-util/codespell/Manifest | 2 --
dev-util/codespell/codespell-2.0.0.ebuild | 33 -------------------------------
dev-util/codespell/codespell-2.1.0.ebuild | 33 -------------------------------
dev-util/codespell/metadata.xml | 21 --------------------
4 files changed, 89 deletions(-)
diff --git a/dev-util/codespell/Manifest b/dev-util/codespell/Manifest
deleted file mode 100644
index fbbb8a979..000000000
--- a/dev-util/codespell/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST codespell-2.0.0.tar.gz 180131 BLAKE2B 9f7cf7b28f0c6981ec4c88909bee4d77dd4a35c9669a2f6aba368519ede85019b69bbbee2a83b17b5c8ca9cd197463ce13e5198a36c6e0f371b352453a82580f SHA512 ca9fc6661be77eddca1a5b3b15a72abc0506c61826487e8f50c546b923c065c6cbfb2b4c4bbace136d811e2e8cf2fe00106efcc3eb8805181ca6bd04fd4bf638
-DIST codespell-2.1.0.tar.gz 187490 BLAKE2B 6114aa3a7ad8cd37ab868a3f27f641501dd0cc5bfe80bef0aa5cad0a86f8e2bba6e1f1030d5ac6fb06f78f9e01e37359d0fc17d17eb54608060300f676d3d56c SHA512 16d9a4239ae18fad6a06825a2afae6adc903d50eb90b759cdc61b1e1d145458bbfb1385837c4465b0a9858da100be074c597343c4816ca0260bbf6710d9c84e8
diff --git a/dev-util/codespell/codespell-2.0.0.ebuild b/dev-util/codespell/codespell-2.0.0.ebuild
deleted file mode 100644
index d58a6ad65..000000000
--- a/dev-util/codespell/codespell-2.0.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="Check text files for common misspellings"
-HOMEPAGE="https://github.com/codespell-project/codespell"
-SRC_URI="https://github.com/${PN}-project/${PN}/archive/v${PVR}.tar.gz -> ${P}.tar.gz"
-
-# Code licensed under GPL-2
-# Dictionary licensed under CC-BY-SA-3.0
-LICENSE="GPL-2 CC-BY-SA-3.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-python_prepare_all() {
- # do not depend on pytest-cov
- sed -i -e '/addopts/d' setup.cfg || die
-
- # This will fail if the package itself
- # is not yet installed
- sed -i -e 's:test_command:_&:' \
- codespell_lib/tests/test_basic.py
-
- distutils-r1_python_prepare_all
-}
-
-distutils_enable_tests pytest
diff --git a/dev-util/codespell/codespell-2.1.0.ebuild b/dev-util/codespell/codespell-2.1.0.ebuild
deleted file mode 100644
index 03eb1e9e8..000000000
--- a/dev-util/codespell/codespell-2.1.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="Check text files for common misspellings"
-HOMEPAGE="https://github.com/codespell-project/codespell"
-SRC_URI="https://github.com/${PN}-project/${PN}/archive/v${PVR}.tar.gz -> ${P}.tar.gz"
-
-# Code licensed under GPL-2
-# Dictionary licensed under CC-BY-SA-3.0
-LICENSE="GPL-2 CC-BY-SA-3.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-python_prepare_all() {
- # do not depend on pytest-cov
- sed -i -e '/addopts/d' setup.cfg || die
-
- # This will fail if the package itself
- # is not yet installed
- sed -i -e 's:test_command:_&:' \
- codespell_lib/tests/test_basic.py
-
- distutils-r1_python_prepare_all
-}
-
-distutils_enable_tests pytest
diff --git a/dev-util/codespell/metadata.xml b/dev-util/codespell/metadata.xml
deleted file mode 100644
index d9beeaa54..000000000
--- a/dev-util/codespell/metadata.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="person">
- <email>waebbl-gentoo@posteo.net</email>
- <name>Bernd Waibel</name>
-</maintainer>
-<longdescription lang="en">
- A tool to fix common misspellings in text files. It's designed primarily
- checking misspelled words in source code, but can be used with other
- text files as well.
-</longdescription>
-<upstream>
- <maintainer status="active">
- <email>larson.eric.d@gmail.com</email>
- <name>Eric Larson</name>
- </maintainer>
- <bugs-to>https://github.com/codespell-project/codespell/issues</bugs-to>
- <remote-id type="github">codespell-project/codespell</remote-id>
-</upstream>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 12+ messages in thread
end of thread, other threads:[~2021-07-23 11:50 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-22 10:49 [gentoo-commits] repo/proj/guru:dev commit in: dev-util/codespell/ Bernd Waibel
-- strict thread matches above, loose matches on Subject: below --
2019-05-17 18:22 Bernd Waibel
2019-05-24 7:19 Bernd Waibel
2020-03-12 12:39 Andrew Ammerlaan
2020-04-26 22:39 Alessandro Barbieri
2020-05-22 17:23 Bernd Waibel
2020-12-26 9:09 Theo Anderson
2021-02-07 17:46 Bernd Waibel
2021-02-07 17:55 Bernd Waibel
2021-06-10 21:20 Bernd Waibel
2021-06-10 21:20 Bernd Waibel
2021-07-23 11:50 Bernd Waibel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox