Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Jun 2021 08:50:41 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7a9d42b44e3d - main - textproc/py-citeproc-py: Update 0.5.1 -> 0.6.0
Message-ID:  <202106020850.1528of68034407@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7a9d42b44e3d566ef3d9596ab96a57fd12458290

commit 7a9d42b44e3d566ef3d9596ab96a57fd12458290
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-06-02 07:32:45 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-06-02 08:49:43 +0000

    textproc/py-citeproc-py: Update 0.5.1 -> 0.6.0
    
    Reported by:    portscout
---
 textproc/py-citeproc-py/Makefile             | 2 +-
 textproc/py-citeproc-py/distinfo             | 6 +++---
 textproc/py-citeproc-py/files/patch-setup.py | 5 +++--
 3 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/textproc/py-citeproc-py/Makefile b/textproc/py-citeproc-py/Makefile
index 9e01b031a8a6..04d7bfc6c952 100644
--- a/textproc/py-citeproc-py/Makefile
+++ b/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}
diff --git a/textproc/py-citeproc-py/distinfo b/textproc/py-citeproc-py/distinfo
index b60f78aa1b04..10031e714af8 100644
--- a/textproc/py-citeproc-py/distinfo
+++ b/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
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'],



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106020850.1528of68034407>