pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-croniter: fix pkglint
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Tue Feb 17 22:52:57 2026 +0100
Changeset: 2cdb81dd8fb649a3149450418b1d0dc362a644cf
Modified Files:
py-croniter/DESCR
py-croniter/Makefile
Log Message:
py-croniter: fix pkglint
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2cdb81dd8fb649a3149450418b1d0dc362a644cf
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-croniter/DESCR | 4 ++--
py-croniter/Makefile | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diffs:
diff --git a/py-croniter/DESCR b/py-croniter/DESCR
index 30e41add36..9b5eef72fc 100644
--- a/py-croniter/DESCR
+++ b/py-croniter/DESCR
@@ -1,2 +1,2 @@
-TODO: Fill in a short description of the package.
-TODO: It should be between 3 and 20 lines.
+croniter provides iteration for the datetime object with a cron-like
+format.
diff --git a/py-croniter/Makefile b/py-croniter/Makefile
index 5f427ab717..9d6479e487 100644
--- a/py-croniter/Makefile
+++ b/py-croniter/Makefile
@@ -6,7 +6,7 @@ CATEGORIES= time python
MASTER_SITES= ${MASTER_SITE_PYPI:=c/croniter/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://github.com/kiorky/croniter
+HOMEPAGE= https://github.com/pallets-eco/croniter
COMMENT= Iteration for datetime object with cron like format
LICENSE= mit
Home |
Main Index |
Thread Index |
Old Index