FreeBSD Bugzilla – Attachment 230150 Details for
Bug 260446
New port: devel/py-voluptuous-serialize 2.4.0: Convert voluptuous schemas to dictionaries
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
py-voluptuous-serialize.diff (text/plain), 1.66 KB, created by
Brad Davis
on 2021-12-15 19:20:30 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Brad Davis
Created:
2021-12-15 19:20:30 UTC
Size:
1.66 KB
patch
obsolete
>diff --git a/devel/Makefile b/devel/Makefile >index eae57f393..1b8cce2b6 100644 >--- a/devel/Makefile >+++ b/devel/Makefile >@@ -5370,6 +5370,7 @@ > SUBDIR += py-visitor > SUBDIR += py-vistir > SUBDIR += py-voluptuous >+ SUBDIR += py-voluptuous-serialize > SUBDIR += py-vsts > SUBDIR += py-vsts-cd-manager > SUBDIR += py-vulture >diff --git a/devel/py-voluptuous-serialize/Makefile b/devel/py-voluptuous-serialize/Makefile >new file mode 100644 >index 000000000..36e38fac4 >--- /dev/null >+++ b/devel/py-voluptuous-serialize/Makefile >@@ -0,0 +1,18 @@ >+PORTNAME= voluptuous-serialize >+PORTVERSION= 2.4.0 >+CATEGORIES= devel python >+MASTER_SITES= CHEESESHOP >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= python@FreeBSD.org >+COMMENT= Convert voluptuous schemas to dictionaries >+ >+LICENSE= APACHE20 >+#LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+USES= python:3.6+ >+USE_PYTHON= autoplist distutils >+ >+NO_ARCH= yes >+ >+.include <bsd.port.mk> >diff --git a/devel/py-voluptuous-serialize/distinfo b/devel/py-voluptuous-serialize/distinfo >new file mode 100644 >index 000000000..ab994bed4 >--- /dev/null >+++ b/devel/py-voluptuous-serialize/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1639527754 >+SHA256 (voluptuous-serialize-2.4.0.tar.gz) = c6ba17cb0301c18e8b955d89b85fa4aa05c05c80ab1e4873810900f757dceae4 >+SIZE (voluptuous-serialize-2.4.0.tar.gz) = 3401 >diff --git a/devel/py-voluptuous-serialize/pkg-descr b/devel/py-voluptuous-serialize/pkg-descr >new file mode 100644 >index 000000000..ef1f234e3 >--- /dev/null >+++ b/devel/py-voluptuous-serialize/pkg-descr >@@ -0,0 +1,3 @@ >+Convert Voluptuous schemas to dictionaries so they can be serialized. >+ >+WWW: https://github.com/home-assistant-libs/voluptuous-serialize
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 260446
:
230150
|
230180