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:           Thu Dec  7 18:10:38 UTC 2023

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

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

## [2023.3] - 2023-11-25

### Fixed

- Add missing dependency [#175]
- Add missing test data to the source archive [#174]

## [2023.2] - 2023-11-24

### Added

- Use packaging module to properly compare versions
- Add "implements" in class definition pseudocode
- Ignore the first class instance struct field
- Parse default-value attribute [#103]
- Test the gtk-doc sigil parsing
- Support admonitions in docblocks [#170]
- Add link to the extra content files location in the source repository [#118]
- Search for GIR XML in `$GI_GIR_PATH` and `/usr/share/gir-1.0` [!196]
- Add fallback for missing "since" [!198]

### Changed

- Redesign the search results
- Redesign the index for enumeration types

### Fixed

- Match dependencies list in the index and sidebar [!177]
- Use KeyboardEvent.key to focus search input [#151]
- Build fixes for subproject use [!185]
- Remove display:flex from headings [#147]
- Split transfer notes based on direction [#141]
- Clarify signal flags [!189]
- Hide build section if empty [#160]
- Always explicitely use utf-8 when reading/writing files [!193]
- use `color-scheme: dark` when in dark mode [!188]


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-gi-docgen/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-gi-docgen/PLIST \
    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.5 pkgsrc/devel/py-gi-docgen/Makefile:1.6
--- pkgsrc/devel/py-gi-docgen/Makefile:1.5      Mon May  1 05:41:05 2023
+++ pkgsrc/devel/py-gi-docgen/Makefile  Thu Dec  7 18:10:38 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2023/05/01 05:41:05 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2023/12/07 18:10:38 wiz Exp $
 
-DISTNAME=      gi-docgen-2023.1
+DISTNAME=      gi-docgen-2023.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/gi-docgen/}
@@ -42,5 +42,5 @@ post-install:
        ${MV} ${DESTDIR}${PREFIX}/share/man/man1/*.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
 .endif
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-gi-docgen/PLIST
diff -u pkgsrc/devel/py-gi-docgen/PLIST:1.2 pkgsrc/devel/py-gi-docgen/PLIST:1.3
--- pkgsrc/devel/py-gi-docgen/PLIST:1.2 Sun Apr 30 17:12:18 2023
+++ pkgsrc/devel/py-gi-docgen/PLIST     Thu Dec  7 18:10:38 2023
@@ -1,11 +1,12 @@
-@comment $NetBSD: PLIST,v 1.2 2023/04/30 17:12:18 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2023/12/07 18:10:38 wiz Exp $
 bin/gi-docgen
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${WHEEL_INFODIR}/Apache-2.0.txt
+${PYSITELIB}/${WHEEL_INFODIR}/GPL-3.0-or-later.txt
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/gidocgen/__init__.py
 ${PYSITELIB}/gidocgen/__init__.pyc
 ${PYSITELIB}/gidocgen/__init__.pyo
Index: pkgsrc/devel/py-gi-docgen/distinfo
diff -u pkgsrc/devel/py-gi-docgen/distinfo:1.2 pkgsrc/devel/py-gi-docgen/distinfo:1.3
--- pkgsrc/devel/py-gi-docgen/distinfo:1.2      Sun Apr 30 17:12:18 2023
+++ pkgsrc/devel/py-gi-docgen/distinfo  Thu Dec  7 18:10:38 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2023/04/30 17:12:18 wiz Exp $
+$NetBSD: distinfo,v 1.3 2023/12/07 18:10:38 wiz Exp $
 
-BLAKE2s (gi-docgen-2023.1.tar.gz) = a3ae89ca6b3bbe9c98e518b5a97bee9504b58cf424720d38e85a1931068feb73
-SHA512 (gi-docgen-2023.1.tar.gz) = fb19af318a66ba475e04826d9b61163ec85e6ea4503847ec6685940424bac8108cf385546bad1de80fedd1ddbb21054644083dc4908caf7e2e616c6e0673b0e3
-Size (gi-docgen-2023.1.tar.gz) = 2516453 bytes
+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



Home | Main Index | Thread Index | Old Index