pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-uritools



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jan 28 10:27:48 UTC 2026

Added Files:
        pkgsrc/www/py-uritools: DESCR Makefile PLIST distinfo

Log Message:
www/py-uritools: import py-uritools-6.0.1

This module provides RFC 3986 compliant functions for parsing,
classifying and composing URIs and URI references, largely replacing
the Python Standard Library's urllib.parse module.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-uritools/DESCR \
    pkgsrc/www/py-uritools/Makefile pkgsrc/www/py-uritools/PLIST \
    pkgsrc/www/py-uritools/distinfo

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

Added files:

Index: pkgsrc/www/py-uritools/DESCR
diff -u /dev/null pkgsrc/www/py-uritools/DESCR:1.1
--- /dev/null   Wed Jan 28 10:27:48 2026
+++ pkgsrc/www/py-uritools/DESCR        Wed Jan 28 10:27:48 2026
@@ -0,0 +1,3 @@
+This module provides RFC 3986 compliant functions for parsing,
+classifying and composing URIs and URI references, largely replacing
+the Python Standard Library's urllib.parse module.
Index: pkgsrc/www/py-uritools/Makefile
diff -u /dev/null pkgsrc/www/py-uritools/Makefile:1.1
--- /dev/null   Wed Jan 28 10:27:48 2026
+++ pkgsrc/www/py-uritools/Makefile     Wed Jan 28 10:27:48 2026
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2026/01/28 10:27:48 wiz Exp $
+
+DISTNAME=      uritools-6.0.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    www python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=u/uritools/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/tkem/uritools/
+COMMENT=       URI parsing, classification and composition
+LICENSE=       mit
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-uritools/PLIST
diff -u /dev/null pkgsrc/www/py-uritools/PLIST:1.1
--- /dev/null   Wed Jan 28 10:27:48 2026
+++ pkgsrc/www/py-uritools/PLIST        Wed Jan 28 10:27:48 2026
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1 2026/01/28 10:27:48 wiz Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/uritools/__init__.py
+${PYSITELIB}/uritools/__init__.pyc
+${PYSITELIB}/uritools/__init__.pyo
Index: pkgsrc/www/py-uritools/distinfo
diff -u /dev/null pkgsrc/www/py-uritools/distinfo:1.1
--- /dev/null   Wed Jan 28 10:27:48 2026
+++ pkgsrc/www/py-uritools/distinfo     Wed Jan 28 10:27:48 2026
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2026/01/28 10:27:48 wiz Exp $
+
+BLAKE2s (uritools-6.0.1.tar.gz) = 7ff94ea69cf4d20c3f134eab9ce1c59760aff9cb81e59db81c0817627a95b788
+SHA512 (uritools-6.0.1.tar.gz) = 32a8e4fad14fd2a0475fc92e185ef86e8dee3e80342a881877953ba8673ada2e820beb73db465dfe38842759c0aa394c921ed41b48ec57c630d139eb04da0f91
+Size (uritools-6.0.1.tar.gz) = 22857 bytes



Home | Main Index | Thread Index | Old Index