mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
update to codespell-2.4.1
This commit is contained in:
+13
-14
@@ -1,26 +1,25 @@
|
||||
COMMENT = source code spelling checker
|
||||
COMMENT= source code spelling checker
|
||||
|
||||
MODPY_DISTV = 2.3.0
|
||||
DISTNAME = codespell-${MODPY_DISTV}
|
||||
REVISION = 0
|
||||
MODPY_DISTV= 2.4.1
|
||||
DISTNAME= codespell-${MODPY_DISTV}
|
||||
|
||||
CATEGORIES = devel textproc
|
||||
CATEGORIES= devel textproc
|
||||
|
||||
HOMEPAGE = https://github.com/codespell-project/codespell
|
||||
HOMEPAGE= https://github.com/codespell-project/codespell
|
||||
|
||||
# GPLv2
|
||||
PERMIT_PACKAGE = Yes
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
MODPY_PI = Yes
|
||||
MODULES = lang/python
|
||||
MODPY_PYBUILD = setuptools_scm
|
||||
MODPY_PI= Yes
|
||||
MODULES= lang/python
|
||||
MODPY_PYBUILD= setuptools_scm
|
||||
|
||||
RUN_DEPENDS = textproc/py-chardet
|
||||
RUN_DEPENDS= textproc/py-chardet
|
||||
|
||||
TEST_DEPENDS = ${FULLPKGNAME}:${FULLPKGPATH} \
|
||||
devel/py-test-cov
|
||||
TEST_DEPENDS= ${FULLPKGNAME}:${FULLPKGPATH} \
|
||||
devel/py-test-cov
|
||||
|
||||
# XXX needs pytest-dependency, not in ports
|
||||
MODPY_PYTEST_ARGS = --ignore codespell_lib/tests/test_dictionary.py
|
||||
MODPY_PYTEST_ARGS= --ignore codespell_lib/tests/test_dictionary.py
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
SHA256 (codespell-2.3.0.tar.gz) = Ngx9EPdeZfZ7rXIK9wB+EGCl05VnDsEaftH+2d0XRx8=
|
||||
SIZE (codespell-2.3.0.tar.gz) = 329791
|
||||
SHA256 (codespell-2.4.1.tar.gz) = KZ/NywnSPoHjWmcbvnRtWtfoOFly5l27gzouqsM8AeU=
|
||||
SIZE (codespell-2.4.1.tar.gz) = 344740
|
||||
|
||||
@@ -16,9 +16,15 @@ lib/python${MODPY_VERSION}/site-packages/codespell_lib/${MODPY_PYCACHE}__main__.
|
||||
lib/python${MODPY_VERSION}/site-packages/codespell_lib/${MODPY_PYCACHE}__main__.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/codespell_lib/${MODPY_PYCACHE}_codespell.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
|
||||
lib/python${MODPY_VERSION}/site-packages/codespell_lib/${MODPY_PYCACHE}_codespell.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/codespell_lib/${MODPY_PYCACHE}_spellchecker.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
|
||||
lib/python${MODPY_VERSION}/site-packages/codespell_lib/${MODPY_PYCACHE}_spellchecker.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/codespell_lib/${MODPY_PYCACHE}_text_util.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
|
||||
lib/python${MODPY_VERSION}/site-packages/codespell_lib/${MODPY_PYCACHE}_text_util.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/codespell_lib/${MODPY_PYCACHE}_version.${MODPY_PYC_MAGIC_TAG}${MODPY_PYOEXTENSION}
|
||||
lib/python${MODPY_VERSION}/site-packages/codespell_lib/${MODPY_PYCACHE}_version.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/codespell_lib/_codespell.py
|
||||
lib/python${MODPY_VERSION}/site-packages/codespell_lib/_spellchecker.py
|
||||
lib/python${MODPY_VERSION}/site-packages/codespell_lib/_text_util.py
|
||||
lib/python${MODPY_VERSION}/site-packages/codespell_lib/_version.py
|
||||
lib/python${MODPY_VERSION}/site-packages/codespell_lib/data/
|
||||
lib/python${MODPY_VERSION}/site-packages/codespell_lib/data/__init__.py
|
||||
|
||||
Reference in New Issue
Block a user