pkgsrc-Changes archive

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

CVS commit: pkgsrc/www



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jan 28 11:50:13 UTC 2025

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

Log Message:
py-hishel: added version 0.1.1

Hishel is a library that implements HTTP Caching for HTTPX and HTTP Core
libraries in accordance with RFC 9111, the most recent caching specification.


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

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

Modified files:

Index: pkgsrc/www/Makefile
diff -u pkgsrc/www/Makefile:1.1835 pkgsrc/www/Makefile:1.1836
--- pkgsrc/www/Makefile:1.1835  Wed Jan  8 01:56:42 2025
+++ pkgsrc/www/Makefile Tue Jan 28 11:50:12 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1835 2025/01/08 01:56:42 wen Exp $
+# $NetBSD: Makefile,v 1.1836 2025/01/28 11:50:12 adam Exp $
 #
 
 COMMENT=       Packages related to the World Wide Web
@@ -826,6 +826,7 @@ SUBDIR+=    py-grappelli_safe
 SUBDIR+=       py-gunicorn
 SUBDIR+=       py-h11
 SUBDIR+=       py-h2
+SUBDIR+=       py-hishel
 SUBDIR+=       py-http_ece
 SUBDIR+=       py-httpbin
 SUBDIR+=       py-httpcore

Added files:

Index: pkgsrc/www/py-hishel/DESCR
diff -u /dev/null pkgsrc/www/py-hishel/DESCR:1.1
--- /dev/null   Tue Jan 28 11:50:13 2025
+++ pkgsrc/www/py-hishel/DESCR  Tue Jan 28 11:50:12 2025
@@ -0,0 +1,2 @@
+Hishel is a library that implements HTTP Caching for HTTPX and HTTP Core
+libraries in accordance with RFC 9111, the most recent caching specification.
Index: pkgsrc/www/py-hishel/Makefile
diff -u /dev/null pkgsrc/www/py-hishel/Makefile:1.1
--- /dev/null   Tue Jan 28 11:50:13 2025
+++ pkgsrc/www/py-hishel/Makefile       Tue Jan 28 11:50:12 2025
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2025/01/28 11:50:12 adam Exp $
+
+DISTNAME=      hishel-0.1.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    www python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=h/hishel/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/karpetrosyan/hishel
+COMMENT=       Persistent cache implementation for httpx and httpcore
+LICENSE=       modified-bsd
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-fancy-pypi-readme-[0-9]*:../../devel/py-hatch-fancy-pypi-readme
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
+DEPENDS+=      ${PYPKGPREFIX}-httpx>=0.22.0:../../www/py-httpx
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-hishel/PLIST
diff -u /dev/null pkgsrc/www/py-hishel/PLIST:1.1
--- /dev/null   Tue Jan 28 11:50:13 2025
+++ pkgsrc/www/py-hishel/PLIST  Tue Jan 28 11:50:12 2025
@@ -0,0 +1,72 @@
+@comment $NetBSD: PLIST,v 1.1 2025/01/28 11:50:12 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/hishel/__init__.py
+${PYSITELIB}/hishel/__init__.pyc
+${PYSITELIB}/hishel/__init__.pyo
+${PYSITELIB}/hishel/_async/__init__.py
+${PYSITELIB}/hishel/_async/__init__.pyc
+${PYSITELIB}/hishel/_async/__init__.pyo
+${PYSITELIB}/hishel/_async/_client.py
+${PYSITELIB}/hishel/_async/_client.pyc
+${PYSITELIB}/hishel/_async/_client.pyo
+${PYSITELIB}/hishel/_async/_mock.py
+${PYSITELIB}/hishel/_async/_mock.pyc
+${PYSITELIB}/hishel/_async/_mock.pyo
+${PYSITELIB}/hishel/_async/_pool.py
+${PYSITELIB}/hishel/_async/_pool.pyc
+${PYSITELIB}/hishel/_async/_pool.pyo
+${PYSITELIB}/hishel/_async/_storages.py
+${PYSITELIB}/hishel/_async/_storages.pyc
+${PYSITELIB}/hishel/_async/_storages.pyo
+${PYSITELIB}/hishel/_async/_transports.py
+${PYSITELIB}/hishel/_async/_transports.pyc
+${PYSITELIB}/hishel/_async/_transports.pyo
+${PYSITELIB}/hishel/_controller.py
+${PYSITELIB}/hishel/_controller.pyc
+${PYSITELIB}/hishel/_controller.pyo
+${PYSITELIB}/hishel/_exceptions.py
+${PYSITELIB}/hishel/_exceptions.pyc
+${PYSITELIB}/hishel/_exceptions.pyo
+${PYSITELIB}/hishel/_files.py
+${PYSITELIB}/hishel/_files.pyc
+${PYSITELIB}/hishel/_files.pyo
+${PYSITELIB}/hishel/_headers.py
+${PYSITELIB}/hishel/_headers.pyc
+${PYSITELIB}/hishel/_headers.pyo
+${PYSITELIB}/hishel/_lfu_cache.py
+${PYSITELIB}/hishel/_lfu_cache.pyc
+${PYSITELIB}/hishel/_lfu_cache.pyo
+${PYSITELIB}/hishel/_s3.py
+${PYSITELIB}/hishel/_s3.pyc
+${PYSITELIB}/hishel/_s3.pyo
+${PYSITELIB}/hishel/_serializers.py
+${PYSITELIB}/hishel/_serializers.pyc
+${PYSITELIB}/hishel/_serializers.pyo
+${PYSITELIB}/hishel/_sync/__init__.py
+${PYSITELIB}/hishel/_sync/__init__.pyc
+${PYSITELIB}/hishel/_sync/__init__.pyo
+${PYSITELIB}/hishel/_sync/_client.py
+${PYSITELIB}/hishel/_sync/_client.pyc
+${PYSITELIB}/hishel/_sync/_client.pyo
+${PYSITELIB}/hishel/_sync/_mock.py
+${PYSITELIB}/hishel/_sync/_mock.pyc
+${PYSITELIB}/hishel/_sync/_mock.pyo
+${PYSITELIB}/hishel/_sync/_pool.py
+${PYSITELIB}/hishel/_sync/_pool.pyc
+${PYSITELIB}/hishel/_sync/_pool.pyo
+${PYSITELIB}/hishel/_sync/_storages.py
+${PYSITELIB}/hishel/_sync/_storages.pyc
+${PYSITELIB}/hishel/_sync/_storages.pyo
+${PYSITELIB}/hishel/_sync/_transports.py
+${PYSITELIB}/hishel/_sync/_transports.pyc
+${PYSITELIB}/hishel/_sync/_transports.pyo
+${PYSITELIB}/hishel/_synchronization.py
+${PYSITELIB}/hishel/_synchronization.pyc
+${PYSITELIB}/hishel/_synchronization.pyo
+${PYSITELIB}/hishel/_utils.py
+${PYSITELIB}/hishel/_utils.pyc
+${PYSITELIB}/hishel/_utils.pyo
+${PYSITELIB}/hishel/py.typed
Index: pkgsrc/www/py-hishel/distinfo
diff -u /dev/null pkgsrc/www/py-hishel/distinfo:1.1
--- /dev/null   Tue Jan 28 11:50:13 2025
+++ pkgsrc/www/py-hishel/distinfo       Tue Jan 28 11:50:12 2025
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2025/01/28 11:50:12 adam Exp $
+
+BLAKE2s (hishel-0.1.1.tar.gz) = 15ee76af447dd4a91806eb0bf388cf47a610c3f89da88df7bae0188df2a68113
+SHA512 (hishel-0.1.1.tar.gz) = 5db755f1cc5e65f5d16aa3558894efe666ef56d9732d949d27416a4bba799dacac76886ed493ab168a2680fe8ee9331e1d21c60e4e07dcf7f41a3a8b244a332c
+Size (hishel-0.1.1.tar.gz) = 35615 bytes



Home | Main Index | Thread Index | Old Index