mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
japanese/py-jaconv: Update to 0.4.0
Changes: https://github.com/ikegami-yukino/jaconv/blob/master/CHANGES.rst
This commit is contained in:
parent
6996ebbba2
commit
6cbf4dea3e
3 changed files with 8 additions and 10 deletions
|
@ -1,6 +1,5 @@
|
||||||
PORTNAME= jaconv
|
PORTNAME= jaconv
|
||||||
PORTVERSION= 0.3.4
|
PORTVERSION= 0.4.0
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= japanese python
|
CATEGORIES= japanese python
|
||||||
MASTER_SITES= PYPI
|
MASTER_SITES= PYPI
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1684104500
|
TIMESTAMP = 1722249062
|
||||||
SHA256 (jaconv-0.3.4.tar.gz) = 9e7c55f3f0b0e2dbad62f6c9fa0c30fc6fffdbb78297955509d90856b3a31d6d
|
SHA256 (jaconv-0.4.0.tar.gz) = 32da74b247f276e09a52d6b35c153df2387965cb85a6f034cc8af21d446f8161
|
||||||
SIZE (jaconv-0.3.4.tar.gz) = 16566
|
SIZE (jaconv-0.4.0.tar.gz) = 17402
|
||||||
|
|
|
@ -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
|
+++ setup.py
|
||||||
@@ -39,7 +39,7 @@ setup(name='jaconv',
|
@@ -43,7 +43,6 @@ setup(name='jaconv',
|
||||||
'Programming Language :: Python :: 3.10',
|
'Programming Language :: Python :: 3.11',
|
||||||
'Programming Language :: Python :: 3.11', 'Topic :: Text Processing'
|
'Programming Language :: Python :: 3.12', 'Topic :: Text Processing'
|
||||||
],
|
],
|
||||||
- data_files=[('', ['README.rst', 'CHANGES.rst'])],
|
- data_files=[('', ['README.rst', 'CHANGES.rst'])],
|
||||||
+ package_data={'': ['README.rst', 'CHANGES.rst']},
|
|
||||||
long_description='%s\n\n%s' %
|
long_description='%s\n\n%s' %
|
||||||
(open('README.rst', encoding='utf8').read(),
|
(open('README.rst', encoding='utf8').read(),
|
||||||
open('CHANGES.rst', encoding='utf8').read()),
|
open('CHANGES.rst', encoding='utf8').read()),
|
||||||
|
|
Loading…
Add table
Reference in a new issue