git: f812422ba414 - main - devel/py-rfc3339: New port: Format dates according to the RFC 3339
Yuri Victorovich
yuri at FreeBSD.org
Thu Jul 29 08:49:11 UTC 2021
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f812422ba4147f473472e7f8ba46ee6fecd2d176
commit f812422ba4147f473472e7f8ba46ee6fecd2d176
Author: Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-07-29 08:22:12 +0000
Commit: Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-07-29 08:49:01 +0000
devel/py-rfc3339: New port: Format dates according to the RFC 3339
---
devel/Makefile | 1 +
devel/py-rfc3339/Makefile | 15 +++++++++++++++
devel/py-rfc3339/distinfo | 3 +++
devel/py-rfc3339/pkg-descr | 3 +++
4 files changed, 22 insertions(+)
diff --git a/devel/Makefile b/devel/Makefile
index da57957d26f0..e4844aab3ab2 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -5084,6 +5084,7 @@
SUBDIR += py-responses
SUBDIR += py-retrying
SUBDIR += py-retype
+ SUBDIR += py-rfc3339
SUBDIR += py-robotframework
SUBDIR += py-robotframework-databaselibrary
SUBDIR += py-robotframework-pabot
diff --git a/devel/py-rfc3339/Makefile b/devel/py-rfc3339/Makefile
new file mode 100644
index 000000000000..db7604af9531
--- /dev/null
+++ b/devel/py-rfc3339/Makefile
@@ -0,0 +1,15 @@
+PORTNAME= rfc3339
+DISTVERSION= 6.2
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= yuri at FreeBSD.org
+COMMENT= Format dates according to the RFC 3339
+
+USES= python
+USE_PYTHON= distutils autoplist
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/devel/py-rfc3339/distinfo b/devel/py-rfc3339/distinfo
new file mode 100644
index 000000000000..8c6d652ed9fc
--- /dev/null
+++ b/devel/py-rfc3339/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1627546444
+SHA256 (rfc3339-6.2.tar.gz) = d53c3b5eefaef892b7240ba2a91fef012e86faa4d0a0ca782359c490e00ad4d0
+SIZE (rfc3339-6.2.tar.gz) = 4144
diff --git a/devel/py-rfc3339/pkg-descr b/devel/py-rfc3339/pkg-descr
new file mode 100644
index 000000000000..8859564f6827
--- /dev/null
+++ b/devel/py-rfc3339/pkg-descr
@@ -0,0 +1,3 @@
+Formats dates according to the RFC 3339.
+
+WWW: https://pypi.org/project/rfc3339/
More information about the dev-commits-ports-all
mailing list