japanese/py-jaconv: Update to 0.4.0

Changes:	https://github.com/ikegami-yukino/jaconv/blob/master/CHANGES.rst
This commit is contained in:
Po-Chuan Hsieh 2024-07-29 20:39:53 +08:00
parent 6996ebbba2
commit 6cbf4dea3e
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
3 changed files with 8 additions and 10 deletions

View file

@ -1,6 +1,5 @@
PORTNAME= jaconv
PORTVERSION= 0.3.4
PORTREVISION= 1
PORTVERSION= 0.4.0
CATEGORIES= japanese python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1684104500
SHA256 (jaconv-0.3.4.tar.gz) = 9e7c55f3f0b0e2dbad62f6c9fa0c30fc6fffdbb78297955509d90856b3a31d6d
SIZE (jaconv-0.3.4.tar.gz) = 16566
TIMESTAMP = 1722249062
SHA256 (jaconv-0.4.0.tar.gz) = 32da74b247f276e09a52d6b35c153df2387965cb85a6f034cc8af21d446f8161
SIZE (jaconv-0.4.0.tar.gz) = 17402

View file

@ -1,11 +1,10 @@
--- setup.py.orig 2023-02-17 17:05:21 UTC
--- setup.py.orig 2024-07-25 16:31:04 UTC
+++ setup.py
@@ -39,7 +39,7 @@ setup(name='jaconv',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11', 'Topic :: Text Processing'
@@ -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'])],
+ package_data={'': ['README.rst', 'CHANGES.rst']},
long_description='%s\n\n%s' %
(open('README.rst', encoding='utf8').read(),
open('CHANGES.rst', encoding='utf8').read()),