pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/time/py-pytimeparse py-pytimeparse: cleanup
details: https://anonhg.NetBSD.org/pkgsrc/rev/6f6c8c58d42b
branches: trunk
changeset: 440320:6f6c8c58d42b
user: adam <adam%pkgsrc.org@localhost>
date: Tue Oct 06 08:37:23 2020 +0000
description:
py-pytimeparse: cleanup
diffstat:
time/py-pytimeparse/Makefile | 21 +++++++++++----------
1 files changed, 11 insertions(+), 10 deletions(-)
diffs (30 lines):
diff -r 5cbd2f749949 -r 6f6c8c58d42b time/py-pytimeparse/Makefile
--- a/time/py-pytimeparse/Makefile Tue Oct 06 05:43:54 2020 +0000
+++ b/time/py-pytimeparse/Makefile Tue Oct 06 08:37:23 2020 +0000
@@ -1,15 +1,16 @@
-# $NetBSD: Makefile,v 1.2 2019/11/02 16:28:41 rillig Exp $
+# $NetBSD: Makefile,v 1.3 2020/10/06 08:37:23 adam Exp $
-DISTNAME= pytimeparse-1.1.8
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES= python time
-MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytimeparse/}
+DISTNAME= pytimeparse-1.1.8
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= time python
+MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytimeparse/}
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://timeparse.readthedocs.io/
-COMMENT= Parse various kinds of time expressions
-LICENSE= mit
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/wroberts/pytimeparse
+COMMENT= Time expression parser
+LICENSE= mit
-.include "../../lang/python/application.mk"
+USE_LANGUAGES= # none
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index