diff --git a/japanese/py-jaconv/Makefile b/japanese/py-jaconv/Makefile index abbf99a636d7..04aeb1df1b89 100644 --- a/japanese/py-jaconv/Makefile +++ b/japanese/py-jaconv/Makefile @@ -1,23 +1,23 @@ PORTNAME= jaconv -PORTVERSION= 0.4.0 +PORTVERSION= 0.4.1 CATEGORIES= japanese python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Japanese character interconverter for Hiragana, Katakana, Hankaku, Zenkaku and more WWW= https://ikegami-yukino.github.io/jaconv/jaconv.html \ https://github.com/ikegami-yukino/jaconv LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes .include diff --git a/japanese/py-jaconv/distinfo b/japanese/py-jaconv/distinfo index fc354f5f6489..f3e03ac3908b 100644 --- a/japanese/py-jaconv/distinfo +++ b/japanese/py-jaconv/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1722249062 -SHA256 (jaconv-0.4.0.tar.gz) = 32da74b247f276e09a52d6b35c153df2387965cb85a6f034cc8af21d446f8161 -SIZE (jaconv-0.4.0.tar.gz) = 17402 +TIMESTAMP = 1764510978 +SHA256 (jaconv-0.4.1.tar.gz) = d18898764a562304035a3af1b966bf3b1f73da8cb92ee7b75ad5b7762411cd28 +SIZE (jaconv-0.4.1.tar.gz) = 20277 diff --git a/japanese/py-jaconv/files/patch-setup.py b/japanese/py-jaconv/files/patch-setup.py deleted file mode 100644 index 0a370ade68ca..000000000000 --- a/japanese/py-jaconv/files/patch-setup.py +++ /dev/null @@ -1,10 +0,0 @@ ---- setup.py.orig 2024-07-25 16:31:04 UTC -+++ setup.py -@@ -43,7 +43,6 @@ setup(name='jaconv', - 'Programming Language :: Python :: 3.11', - 'Programming Language :: Python :: 3.12', 'Topic :: Text Processing' - ], -- data_files=[('', ['README.rst', 'CHANGES.rst'])], - long_description='%s\n\n%s' % - (open('README.rst', encoding='utf8').read(), - open('CHANGES.rst', encoding='utf8').read()),