Skip to content

Commit

Permalink
textproc/py-citeproc-py: Update 0.5.1 -> 0.6.0
Browse files Browse the repository at this point in the history
Reported by:	portscout
  • Loading branch information
yurivict committed Jun 2, 2021
1 parent ce0187f commit 7a9d42b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion textproc/py-citeproc-py/Makefile
@@ -1,5 +1,5 @@
PORTNAME= citeproc-py
DISTVERSION= 0.5.1
DISTVERSION= 0.6.0
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand Down
6 changes: 3 additions & 3 deletions textproc/py-citeproc-py/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1586296192
SHA256 (citeproc-py-0.5.1.tar.gz) = c8a4f22442f2ea57bd88342bb51253f9bff0511109ff3695059278098a734a01
SIZE (citeproc-py-0.5.1.tar.gz) = 132144
TIMESTAMP = 1622618961
SHA256 (citeproc-py-0.6.0.tar.gz) = d9e3a224f936fe2e5033b5d9ffdacab769cedb61d96c4e0cf2f0b488f1d24b4e
SIZE (citeproc-py-0.6.0.tar.gz) = 140624
5 changes: 3 additions & 2 deletions textproc/py-citeproc-py/files/patch-setup.py
@@ -1,4 +1,4 @@
--- setup.py.orig 2020-04-06 16:34:05 UTC
--- setup.py.orig 2021-05-27 17:28:02 UTC
+++ setup.py
@@ -30,7 +30,7 @@ os.chdir(BASE_PATH)
# inspired by http://dcreager.net/2010/02/10/setuptools-git-version-numbers/
Expand All @@ -9,7 +9,7 @@
stdout=PIPE, stderr=sys.stderr)
if git.wait() != 0:
raise OSError
@@ -85,13 +85,12 @@ setup(
@@ -85,14 +85,13 @@ setup(
name='citeproc-py',
version=__version__,
cmdclass = dict(build_py=custom_build_py, develop=custom_develop),
Expand All @@ -18,6 +18,7 @@
'data/locales/locales.json',
'data/schema/*.rng',
'data/styles/*.csl']},
python_requires='>=3.6',
scripts=['bin/csl_unsorted'],
- setup_requires=['rnc2rng>=2.6.1,!=2.6.2'],
+ setup_requires=['rnc2rng'],
Expand Down

0 comments on commit 7a9d42b

Please sign in to comment.