pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-gi-docgen



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Jun  8 12:01:23 UTC 2024

Modified Files:
        pkgsrc/devel/py-gi-docgen: Makefile distinfo

Log Message:
py-gi-docgen: update to 2024.1.

## [2024.1] - 2024-05-20

### Added

- Add unit testing for link syntax
- Support link to enumeration members [!214, !215]
- Add favicon support [#152]
- Add proper anchor for enum members [#183]
- Parse optional anchors in links [#191]
- Generate a link to finish functions [#189]
- Add 'inline' to C declarations for inline callables [#173]
- Make the logo a link to the index [#195]
- Clear search when pressing Escape [#194]

### Changed

- Update the wording for transfer modes [!205]
- Turn deprecation notices into admonitions [#155]
- Improve filesystem string type docs [#193]

### Fixed

- Fix doubled paragraph tags around descriptions [!206]
- Append period after last line in more cases [#181]
- Documentation fixes [!223, #198]
- Use the basename of the urlmap file [#197]

### Removed

- Revert "generate: Add fallback for missing "since"" [#179]


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-gi-docgen/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-gi-docgen/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-gi-docgen/Makefile
diff -u pkgsrc/devel/py-gi-docgen/Makefile:1.8 pkgsrc/devel/py-gi-docgen/Makefile:1.9
--- pkgsrc/devel/py-gi-docgen/Makefile:1.8      Mon Dec 18 07:17:38 2023
+++ pkgsrc/devel/py-gi-docgen/Makefile  Sat Jun  8 12:01:23 2024
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2023/12/18 07:17:38 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2024/06/08 12:01:23 wiz Exp $
 
-DISTNAME=      gi-docgen-2023.3
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
+DISTNAME=      gi_docgen-2024.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/gi_/gi-/}
 CATEGORIES=    devel python
-MASTER_SITES=  ${MASTER_SITE_PYPI:=g/gi-docgen/}
+MASTER_SITES=  ${MASTER_SITE_PYPI:=g/gi_docgen/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://gitlab.gnome.org/GNOME/gi-docgen

Index: pkgsrc/devel/py-gi-docgen/distinfo
diff -u pkgsrc/devel/py-gi-docgen/distinfo:1.3 pkgsrc/devel/py-gi-docgen/distinfo:1.4
--- pkgsrc/devel/py-gi-docgen/distinfo:1.3      Thu Dec  7 18:10:38 2023
+++ pkgsrc/devel/py-gi-docgen/distinfo  Sat Jun  8 12:01:23 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2023/12/07 18:10:38 wiz Exp $
+$NetBSD: distinfo,v 1.4 2024/06/08 12:01:23 wiz Exp $
 
-BLAKE2s (gi-docgen-2023.3.tar.gz) = 6a0a2253c38cf89a81f8a7fcdf82f0e4a3fd6e88cb50f3b38dad0843e1ac285e
-SHA512 (gi-docgen-2023.3.tar.gz) = de9a94ee30b408cb875f7a7e8015f0f860a65140a4b39b9fc1d5f6ea445ab66b4f7c37786646040b0869a1bf1e7d5f09ae878697428e693a15966c27c5d25fa5
-Size (gi-docgen-2023.3.tar.gz) = 2525675 bytes
+BLAKE2s (gi_docgen-2024.1.tar.gz) = e2c2ca52d8e34335f3581d9f6c044f00eee68e214c7dd7c8a922e16e12ae4306
+SHA512 (gi_docgen-2024.1.tar.gz) = 154b11a67e02227f7eb786b363028bfd9932a80043dee1910a64c30259b841f586078dc4d0c5d7c4345057075a2ab51f71523c0129cc78de5640329db4afb51a
+Size (gi_docgen-2024.1.tar.gz) = 2532310 bytes



Home | Main Index | Thread Index | Old Index