pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-serializable



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu May  4 10:51:34 UTC 2023

Added Files:
        pkgsrc/devel/py-serializable: DESCR Makefile PLIST distinfo

Log Message:
devel/py-serializable: import py-serializable-0.12.0

This Pythonic library provides a framework for serializing/deserializing
Python classes to and from JSON and XML.

It relies upon the use of Python Properties in your Python classes.


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

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

Added files:

Index: pkgsrc/devel/py-serializable/DESCR
diff -u /dev/null pkgsrc/devel/py-serializable/DESCR:1.1
--- /dev/null   Thu May  4 10:51:34 2023
+++ pkgsrc/devel/py-serializable/DESCR  Thu May  4 10:51:34 2023
@@ -0,0 +1,4 @@
+This Pythonic library provides a framework for serializing/deserializing
+Python classes to and from JSON and XML.
+
+It relies upon the use of Python Properties in your Python classes.
Index: pkgsrc/devel/py-serializable/Makefile
diff -u /dev/null pkgsrc/devel/py-serializable/Makefile:1.1
--- /dev/null   Thu May  4 10:51:34 2023
+++ pkgsrc/devel/py-serializable/Makefile       Thu May  4 10:51:34 2023
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2023/05/04 10:51:34 wiz Exp $
+
+DISTNAME=      py-serializable-0.12.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py-//}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=p/py-serializable/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/madpah/serializable
+COMMENT=       Library for (de)serializing Python Objects to and from JSON and XML
+LICENSE=       apache-2.0
+
+DEPENDS+=      ${PYPKGPREFIX}-defusedxml>=0.7.1<0.8.0:../../textproc/py-defusedxml
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-serializable/PLIST
diff -u /dev/null pkgsrc/devel/py-serializable/PLIST:1.1
--- /dev/null   Thu May  4 10:51:34 2023
+++ pkgsrc/devel/py-serializable/PLIST  Thu May  4 10:51:34 2023
@@ -0,0 +1,16 @@
+@comment $NetBSD: PLIST,v 1.1 2023/05/04 10:51:34 wiz Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/serializable/__init__.py
+${PYSITELIB}/serializable/__init__.pyc
+${PYSITELIB}/serializable/__init__.pyo
+${PYSITELIB}/serializable/formatters.py
+${PYSITELIB}/serializable/formatters.pyc
+${PYSITELIB}/serializable/formatters.pyo
+${PYSITELIB}/serializable/helpers.py
+${PYSITELIB}/serializable/helpers.pyc
+${PYSITELIB}/serializable/helpers.pyo
+${PYSITELIB}/serializable/py.typed
Index: pkgsrc/devel/py-serializable/distinfo
diff -u /dev/null pkgsrc/devel/py-serializable/distinfo:1.1
--- /dev/null   Thu May  4 10:51:34 2023
+++ pkgsrc/devel/py-serializable/distinfo       Thu May  4 10:51:34 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/05/04 10:51:34 wiz Exp $
+
+BLAKE2s (py-serializable-0.12.0.tar.gz) = d890f4d2d8d703803b8f68f1948067b0003ba842648807650b64ed63fc95c83e
+SHA512 (py-serializable-0.12.0.tar.gz) = 12958d2c386f261702dc2f1d5d32fa8e62607a46df684cb957c0432f6459f5420f4644b139ed3223a59c8651f957b7dff3d5ac5627dd1a9c645e266a050d8613
+Size (py-serializable-0.12.0.tar.gz) = 18424 bytes



Home | Main Index | Thread Index | Old Index