diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-06-02 00:32:45 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-06-02 01:49:43 -0700 |
commit | 7a9d42b44e3d566ef3d9596ab96a57fd12458290 (patch) | |
tree | 39b9bde755b9442e37909a800bafc0eecbc73040 /textproc/py-citeproc-py/files/patch-setup.py | |
parent | www/yt-dlp: Update 2021.05.20 -> 2021.06.01 (diff) |
textproc/py-citeproc-py: Update 0.5.1 -> 0.6.0
Reported by: portscout
Diffstat (limited to 'textproc/py-citeproc-py/files/patch-setup.py')
-rw-r--r-- | textproc/py-citeproc-py/files/patch-setup.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/py-citeproc-py/files/patch-setup.py b/textproc/py-citeproc-py/files/patch-setup.py index 072c9ce7c617..971a6cf5c233 100644 --- a/textproc/py-citeproc-py/files/patch-setup.py +++ b/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/ @@ -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), @@ -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'], |