Fri Feb 9 12:39:07 2024 UTC (109d)
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.


(adam)
diff -r1.1779 -r1.1780 pkgsrc/www/Makefile
diff -r0 -r1.1 pkgsrc/www/py-laces/DESCR
diff -r0 -r1.1 pkgsrc/www/py-laces/Makefile
diff -r0 -r1.1 pkgsrc/www/py-laces/PLIST
diff -r0 -r1.1 pkgsrc/www/py-laces/distinfo

cvs diff -r1.1779 -r1.1780 pkgsrc/www/Makefile (expand / switch to unified diff)

--- pkgsrc/www/Makefile 2024/02/08 22:42:52 1.1779
+++ pkgsrc/www/Makefile 2024/02/09 12:39:06 1.1780
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.1779 2024/02/08 22:42:52 adam Exp $ 1# $NetBSD: Makefile,v 1.1780 2024/02/09 12:39:06 adam Exp $
2# 2#
3 3
4COMMENT= Packages related to the World Wide Web 4COMMENT= Packages related to the World Wide Web
5 5
6SUBDIR+= R-RCurl 6SUBDIR+= R-RCurl
7SUBDIR+= R-bslib 7SUBDIR+= R-bslib
8SUBDIR+= R-curl 8SUBDIR+= R-curl
9SUBDIR+= R-diffviewer 9SUBDIR+= R-diffviewer
10SUBDIR+= R-downlit 10SUBDIR+= R-downlit
11SUBDIR+= R-gargle 11SUBDIR+= R-gargle
12SUBDIR+= R-gh 12SUBDIR+= R-gh
13SUBDIR+= R-googledrive 13SUBDIR+= R-googledrive
14SUBDIR+= R-htmlwidgets 14SUBDIR+= R-htmlwidgets
@@ -832,26 +832,27 @@ SUBDIR+= py-httpx @@ -832,26 +832,27 @@ SUBDIR+= py-httpx
832SUBDIR+= py-httpx-socks 832SUBDIR+= py-httpx-socks
833SUBDIR+= py-hyperframe 833SUBDIR+= py-hyperframe
834SUBDIR+= py-hyperkitty 834SUBDIR+= py-hyperkitty
835SUBDIR+= py-hyperlink 835SUBDIR+= py-hyperlink
836SUBDIR+= py-idna 836SUBDIR+= py-idna
837SUBDIR+= py-ipywidgets 837SUBDIR+= py-ipywidgets
838SUBDIR+= py-jonpy 838SUBDIR+= py-jonpy
839SUBDIR+= py-jupyter-lsp 839SUBDIR+= py-jupyter-lsp
840SUBDIR+= py-jupyter_server 840SUBDIR+= py-jupyter_server
841SUBDIR+= py-jupyterlab 841SUBDIR+= py-jupyterlab
842SUBDIR+= py-jupyterlab-server 842SUBDIR+= py-jupyterlab-server
843SUBDIR+= py-jwcrypto 843SUBDIR+= py-jwcrypto
844SUBDIR+= py-klein 844SUBDIR+= py-klein
 845SUBDIR+= py-laces
845SUBDIR+= py-landslide 846SUBDIR+= py-landslide
846SUBDIR+= py-livereload 847SUBDIR+= py-livereload
847SUBDIR+= py-lti1p3 848SUBDIR+= py-lti1p3
848SUBDIR+= py-mdurl 849SUBDIR+= py-mdurl
849SUBDIR+= py-mechanize 850SUBDIR+= py-mechanize
850SUBDIR+= py-meinheld 851SUBDIR+= py-meinheld
851SUBDIR+= py-mezzanine 852SUBDIR+= py-mezzanine
852SUBDIR+= py-mod_wsgi 853SUBDIR+= py-mod_wsgi
853SUBDIR+= py-model_mommy 854SUBDIR+= py-model_mommy
854SUBDIR+= py-moin 855SUBDIR+= py-moin
855SUBDIR+= py-multipart 856SUBDIR+= py-multipart
856SUBDIR+= py-nbclassic 857SUBDIR+= py-nbclassic
857SUBDIR+= py-nbclient 858SUBDIR+= py-nbclient

File Added: pkgsrc/www/py-laces/DESCR
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.

File Added: pkgsrc/www/py-laces/Makefile
# $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
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"

File Added: pkgsrc/www/py-laces/PLIST
@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

File Added: pkgsrc/www/py-laces/distinfo
$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