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:           Fri Feb  9 12:39:07 UTC 2024

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

Log Message:
py-laces: added version 0.1.0

Working with objects that know how to render themselves as HTML elements is a
common pattern found in complex Django applications (e.g. the Wagtail admin
interface). This package provides tools enable and support working with such
objects, also known as "components".

The APIs provided in the package have previously been discovered, developed and
solidified in the Wagtail project. The purpose of this package is to make these
tools available to other Django projects outside the Wagtail ecosystem.


To generate a diff of this commit:
cvs rdiff -u -r1.1779 -r1.1780 pkgsrc/www/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-laces/DESCR pkgsrc/www/py-laces/Makefile \
    pkgsrc/www/py-laces/PLIST pkgsrc/www/py-laces/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.1779 pkgsrc/www/Makefile:1.1780
--- pkgsrc/www/Makefile:1.1779  Thu Feb  8 22:42:52 2024
+++ pkgsrc/www/Makefile Fri Feb  9 12:39:06 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1779 2024/02/08 22:42:52 adam Exp $
+# $NetBSD: Makefile,v 1.1780 2024/02/09 12:39:06 adam Exp $
 #
 
 COMMENT=       Packages related to the World Wide Web
@@ -842,6 +842,7 @@ SUBDIR+=    py-jupyterlab
 SUBDIR+=       py-jupyterlab-server
 SUBDIR+=       py-jwcrypto
 SUBDIR+=       py-klein
+SUBDIR+=       py-laces
 SUBDIR+=       py-landslide
 SUBDIR+=       py-livereload
 SUBDIR+=       py-lti1p3

Added files:

Index: pkgsrc/www/py-laces/DESCR
diff -u /dev/null pkgsrc/www/py-laces/DESCR:1.1
--- /dev/null   Fri Feb  9 12:39:07 2024
+++ pkgsrc/www/py-laces/DESCR   Fri Feb  9 12:39:06 2024
@@ -0,0 +1,8 @@
+Working with objects that know how to render themselves as HTML elements is a
+common pattern found in complex Django applications (e.g. the Wagtail admin
+interface). This package provides tools enable and support working with such
+objects, also known as "components".
+
+The APIs provided in the package have previously been discovered, developed and
+solidified in the Wagtail project. The purpose of this package is to make these
+tools available to other Django projects outside the Wagtail ecosystem.
Index: pkgsrc/www/py-laces/Makefile
diff -u /dev/null pkgsrc/www/py-laces/Makefile:1.1
--- /dev/null   Fri Feb  9 12:39:07 2024
+++ pkgsrc/www/py-laces/Makefile        Fri Feb  9 12:39:06 2024
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2024/02/09 12:39:06 adam Exp $
+
+DISTNAME=      laces-0.1.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    www python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=l/laces/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/tbrlpld/laces
+COMMENT=       Django components that know how to render themselves
+LICENSE=       modified-bsd
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=3.2:../../devel/py-flit_core
+DEPENDS+=      ${PYPKGPREFIX}-django>=3.2:../../www/py-django4
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-laces/PLIST
diff -u /dev/null pkgsrc/www/py-laces/PLIST:1.1
--- /dev/null   Fri Feb  9 12:39:07 2024
+++ pkgsrc/www/py-laces/PLIST   Fri Feb  9 12:39:07 2024
@@ -0,0 +1,35 @@
+@comment $NetBSD: PLIST,v 1.1 2024/02/09 12:39:07 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/laces/__init__.py
+${PYSITELIB}/laces/__init__.pyc
+${PYSITELIB}/laces/__init__.pyo
+${PYSITELIB}/laces/apps.py
+${PYSITELIB}/laces/apps.pyc
+${PYSITELIB}/laces/apps.pyo
+${PYSITELIB}/laces/components.py
+${PYSITELIB}/laces/components.pyc
+${PYSITELIB}/laces/components.pyo
+${PYSITELIB}/laces/migrations/__init__.py
+${PYSITELIB}/laces/migrations/__init__.pyc
+${PYSITELIB}/laces/migrations/__init__.pyo
+${PYSITELIB}/laces/models.py
+${PYSITELIB}/laces/models.pyc
+${PYSITELIB}/laces/models.pyo
+${PYSITELIB}/laces/templatetags/__init__.py
+${PYSITELIB}/laces/templatetags/__init__.pyc
+${PYSITELIB}/laces/templatetags/__init__.pyo
+${PYSITELIB}/laces/templatetags/laces.py
+${PYSITELIB}/laces/templatetags/laces.pyc
+${PYSITELIB}/laces/templatetags/laces.pyo
+${PYSITELIB}/laces/tests/__init__.py
+${PYSITELIB}/laces/tests/__init__.pyc
+${PYSITELIB}/laces/tests/__init__.pyo
+${PYSITELIB}/laces/tests/test_templatetags/__init__.py
+${PYSITELIB}/laces/tests/test_templatetags/__init__.pyc
+${PYSITELIB}/laces/tests/test_templatetags/__init__.pyo
+${PYSITELIB}/laces/tests/test_templatetags/test_laces.py
+${PYSITELIB}/laces/tests/test_templatetags/test_laces.pyc
+${PYSITELIB}/laces/tests/test_templatetags/test_laces.pyo
Index: pkgsrc/www/py-laces/distinfo
diff -u /dev/null pkgsrc/www/py-laces/distinfo:1.1
--- /dev/null   Fri Feb  9 12:39:07 2024
+++ pkgsrc/www/py-laces/distinfo        Fri Feb  9 12:39:07 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/02/09 12:39:07 adam Exp $
+
+BLAKE2s (laces-0.1.0.tar.gz) = 0e53c178dc8b293bfe2f38e2b373d07fc32dd2335ed041a22764156a11fbedb6
+SHA512 (laces-0.1.0.tar.gz) = 16eb367836b6ce615d08c6cd088b87ee27ba47cec8e49bc0adff5514aa004012484c3d8501867f94bb3c28555298e7c73c3c0736be7c206780b5934199b5c3d5
+Size (laces-0.1.0.tar.gz) = 11710 bytes



Home | Main Index | Thread Index | Old Index