Date: Tue, 22 Nov 2022 11:10:28 GMT From: Dima Panov <fluffy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 165f3edb39e7 - main - textproc/py-gi-docgen: update to 2022.2 release (+) Message-ID: <202211221110.2AMBASgu095304@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=165f3edb39e715e8ff6ef42b18470fddb711b916 commit 165f3edb39e715e8ff6ef42b18470fddb711b916 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2022-11-22 11:09:25 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2022-11-22 11:09:25 +0000 textproc/py-gi-docgen: update to 2022.2 release (+) Changelog: https://gitlab.gnome.org/GNOME/gi-docgen/-/tags/2022.2 --- textproc/py-gi-docgen/Makefile | 4 ++-- textproc/py-gi-docgen/distinfo | 6 +++--- textproc/py-gi-docgen/files/patch-setup.cfg | 11 +++++++++++ textproc/py-gi-docgen/files/patch-setup.py | 11 ----------- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/textproc/py-gi-docgen/Makefile b/textproc/py-gi-docgen/Makefile index 22a6fc0057d8..3eabbf43369c 100644 --- a/textproc/py-gi-docgen/Makefile +++ b/textproc/py-gi-docgen/Makefile @@ -1,5 +1,5 @@ PORTNAME= gi-docgen -PORTVERSION= 2022.1 +PORTVERSION= 2022.2 CATEGORIES= textproc python MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -21,7 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}toml>0:textproc/py-toml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typogrify>0:textproc/py-typogrify@${PY_FLAVOR} -USES= python:3.6+ tar:xz +USES= python:3.7+ tar:xz USE_PYTHON= autoplist distutils NO_ARCH= yes diff --git a/textproc/py-gi-docgen/distinfo b/textproc/py-gi-docgen/distinfo index 5104db926e62..aa69a66797c0 100644 --- a/textproc/py-gi-docgen/distinfo +++ b/textproc/py-gi-docgen/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1649604232 -SHA256 (gi-docgen-2022.1.tar.xz) = fefe3153979595ddad2dc81d5efa7e54c8ca3770f91a5a75710c8fd6fad4575f -SIZE (gi-docgen-2022.1.tar.xz) = 1993648 +TIMESTAMP = 1668113732 +SHA256 (gi-docgen-2022.2.tar.xz) = 26543910d76a79d62f66712285692a3b62a75f31d07cbbeea46eec7e34e63a54 +SIZE (gi-docgen-2022.2.tar.xz) = 1993296 diff --git a/textproc/py-gi-docgen/files/patch-setup.cfg b/textproc/py-gi-docgen/files/patch-setup.cfg new file mode 100644 index 000000000000..b5a6f410aadf --- /dev/null +++ b/textproc/py-gi-docgen/files/patch-setup.cfg @@ -0,0 +1,11 @@ +--- setup.cfg.orig 2022-11-07 14:50:06 UTC ++++ setup.cfg +@@ -64,7 +64,7 @@ console_scripts = + gi-docgen = gidocgen.gidocmain:main + + [options.data_files] +-share/pkgconfig = gi-docgen.pc ++libdata/pkgconfig = gi-docgen.pc + share/man/man1 = docs/gi-docgen.1 + + [options.package_data] diff --git a/textproc/py-gi-docgen/files/patch-setup.py b/textproc/py-gi-docgen/files/patch-setup.py deleted file mode 100644 index 85f0826e2892..000000000000 --- a/textproc/py-gi-docgen/files/patch-setup.py +++ /dev/null @@ -1,11 +0,0 @@ ---- setup.py.orig 2021-05-26 15:29:06 UTC -+++ setup.py -@@ -55,7 +55,7 @@ package_data = { - } - - data_files = [ -- ('share/pkgconfig', ['gi-docgen.pc']), -+ ('libdata/pkgconfig', ['gi-docgen.pc']), - ('share/man/man1', ['docs/gi-docgen.1']), - ] -
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202211221110.2AMBASgu095304>