pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-django-stubs-ext
Module Name: pkgsrc
Committed By: adam
Date: Tue Apr 22 15:13:37 UTC 2025
Added Files:
pkgsrc/www/py-django-stubs-ext: DESCR Makefile PLIST distinfo
Log Message:
py-django-stubs-ext: added version 5.1.3
This package contains extensions and monkey-patching functions for the
django-stubs package. Certain features of django-stubs (i.e. generic django
classes that don't define the __class_getitem__ method) require runtime
monkey-patching, which can't be done with type stubs. These extensions were
split into a separate package so library consumers don't need mypy as a runtime
dependency.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-django-stubs-ext/DESCR \
pkgsrc/www/py-django-stubs-ext/Makefile \
pkgsrc/www/py-django-stubs-ext/PLIST \
pkgsrc/www/py-django-stubs-ext/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-django-stubs-ext/DESCR
diff -u /dev/null pkgsrc/www/py-django-stubs-ext/DESCR:1.1
--- /dev/null Tue Apr 22 15:13:37 2025
+++ pkgsrc/www/py-django-stubs-ext/DESCR Tue Apr 22 15:13:37 2025
@@ -0,0 +1,6 @@
+This package contains extensions and monkey-patching functions for the
+django-stubs package. Certain features of django-stubs (i.e. generic django
+classes that don't define the __class_getitem__ method) require runtime
+monkey-patching, which can't be done with type stubs. These extensions were
+split into a separate package so library consumers don't need mypy as a runtime
+dependency.
Index: pkgsrc/www/py-django-stubs-ext/Makefile
diff -u /dev/null pkgsrc/www/py-django-stubs-ext/Makefile:1.1
--- /dev/null Tue Apr 22 15:13:37 2025
+++ pkgsrc/www/py-django-stubs-ext/Makefile Tue Apr 22 15:13:37 2025
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2025/04/22 15:13:37 adam Exp $
+
+DISTNAME= django_stubs_ext-5.1.3
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
+CATEGORIES= www python
+MASTER_SITES= ${MASTER_SITE_PYPI:=d/django-stubs-ext/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/typeddjango/django-stubs
+COMMENT= Monkey-patching and extensions for django-stubs
+LICENSE= mit
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+DEPENDS+= ${PYPKGPREFIX}-django-[0-9]*:../../www/py-django
+DEPENDS+= ${PYPKGPREFIX}-typing-extensions-[0-9]*:../../devel/py-typing-extensions
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-django-stubs-ext/PLIST
diff -u /dev/null pkgsrc/www/py-django-stubs-ext/PLIST:1.1
--- /dev/null Tue Apr 22 15:13:37 2025
+++ pkgsrc/www/py-django-stubs-ext/PLIST Tue Apr 22 15:13:37 2025
@@ -0,0 +1,34 @@
+@comment $NetBSD: PLIST,v 1.1 2025/04/22 15:13:37 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.md
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/django_stubs_ext/__init__.py
+${PYSITELIB}/django_stubs_ext/__init__.pyc
+${PYSITELIB}/django_stubs_ext/__init__.pyo
+${PYSITELIB}/django_stubs_ext/aliases.py
+${PYSITELIB}/django_stubs_ext/aliases.pyc
+${PYSITELIB}/django_stubs_ext/aliases.pyo
+${PYSITELIB}/django_stubs_ext/annotations.py
+${PYSITELIB}/django_stubs_ext/annotations.pyc
+${PYSITELIB}/django_stubs_ext/annotations.pyo
+${PYSITELIB}/django_stubs_ext/db/__init__.py
+${PYSITELIB}/django_stubs_ext/db/__init__.pyc
+${PYSITELIB}/django_stubs_ext/db/__init__.pyo
+${PYSITELIB}/django_stubs_ext/db/models/__init__.py
+${PYSITELIB}/django_stubs_ext/db/models/__init__.pyc
+${PYSITELIB}/django_stubs_ext/db/models/__init__.pyo
+${PYSITELIB}/django_stubs_ext/db/models/manager.py
+${PYSITELIB}/django_stubs_ext/db/models/manager.pyc
+${PYSITELIB}/django_stubs_ext/db/models/manager.pyo
+${PYSITELIB}/django_stubs_ext/db/router.py
+${PYSITELIB}/django_stubs_ext/db/router.pyc
+${PYSITELIB}/django_stubs_ext/db/router.pyo
+${PYSITELIB}/django_stubs_ext/patch.py
+${PYSITELIB}/django_stubs_ext/patch.pyc
+${PYSITELIB}/django_stubs_ext/patch.pyo
+${PYSITELIB}/django_stubs_ext/py.typed
+${PYSITELIB}/django_stubs_ext/types.py
+${PYSITELIB}/django_stubs_ext/types.pyc
+${PYSITELIB}/django_stubs_ext/types.pyo
Index: pkgsrc/www/py-django-stubs-ext/distinfo
diff -u /dev/null pkgsrc/www/py-django-stubs-ext/distinfo:1.1
--- /dev/null Tue Apr 22 15:13:37 2025
+++ pkgsrc/www/py-django-stubs-ext/distinfo Tue Apr 22 15:13:37 2025
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2025/04/22 15:13:37 adam Exp $
+
+BLAKE2s (django_stubs_ext-5.1.3.tar.gz) = cb49197d047892ed4da1587a0c45f625f5db213123dca929e9e7bba899694fd8
+SHA512 (django_stubs_ext-5.1.3.tar.gz) = b44c39469579f2f1cff06fa91ae73ff9430e4226600ba043587849747da3975ac7dfe26fe143797109ff7e7648e79332f6b3711c38b095805990e4de72766121
+Size (django_stubs_ext-5.1.3.tar.gz) = 9613 bytes
Home |
Main Index |
Thread Index |
Old Index