diff options
Diffstat (limited to 'devel/py-durationpy')
-rw-r--r-- | devel/py-durationpy/Makefile | 19 | ||||
-rw-r--r-- | devel/py-durationpy/distinfo | 3 | ||||
-rw-r--r-- | devel/py-durationpy/pkg-descr | 2 |
3 files changed, 24 insertions, 0 deletions
diff --git a/devel/py-durationpy/Makefile b/devel/py-durationpy/Makefile new file mode 100644 index 000000000000..b01688ef0186 --- /dev/null +++ b/devel/py-durationpy/Makefile @@ -0,0 +1,19 @@ +PORTNAME= durationpy +DISTVERSION= 0.10 +CATEGORIES= devel python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= timp87@gmail.com +COMMENT= Convert between datetime.timedelta and Go's time.Duration strings +WWW= https://github.com/icholy/durationpy + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= python +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/py-durationpy/distinfo b/devel/py-durationpy/distinfo new file mode 100644 index 000000000000..821f03197fe9 --- /dev/null +++ b/devel/py-durationpy/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1758568743 +SHA256 (durationpy-0.10.tar.gz) = 1fa6893409a6e739c9c72334fc65cca1f355dbdd93405d30f726deb5bde42fba +SIZE (durationpy-0.10.tar.gz) = 3335 diff --git a/devel/py-durationpy/pkg-descr b/devel/py-durationpy/pkg-descr new file mode 100644 index 000000000000..a2b2fe2715d7 --- /dev/null +++ b/devel/py-durationpy/pkg-descr @@ -0,0 +1,2 @@ +Python module for converting between datetime.timedelta +and Go's Duration strings. |