Download raw body.
PING: NEW DEPENDENCY: www/py-flask-apscheduler
On 2024/02/16 10:15, Sebastian Reitenbach wrote:
> On Friday, January 19, 2024 14:58 CET, "Sebastian Reitenbach" <sebastia@l00-bugdead-prods.de> wrote:
>
> > Hi,
> >
> > On Thursday, January 11, 2024 20:50 CET, "Sebastian Reitenbach" <sebastia@l00-bugdead-prods.de> wrote:
> >
> > > Hi,
> > >
> > > py-flask-apscheduler is a new dependency needed for www/puppetboard update.
> > >
> > > cat py-flask-apscheduler/pkg/DESCR
> > > Flask-APScheduler is a Flask extension which adds support for the
> > > APScheduler.
> > >
> > > rants, comments or even OK to import?
> >
> > any objections to this one?
> >
> > find it re-attached.
> >
> > Sebastian
>
> Anyone, I would really like to get this one in to be able to update www/puppetboard.
some "=" vs " =" nits, otherwise ok
diff --git a/www/py-flask-apscheduler/Makefile b/www/py-flask-apscheduler/Makefile
index 982020c..daaf4c6 100644
--- a/www/py-flask-apscheduler/Makefile
+++ b/www/py-flask-apscheduler/Makefile
@@ -4,14 +4,14 @@ MODPY_EGG_VERSION=1.13.0
DISTNAME= Flask-APScheduler-${MODPY_EGG_VERSION}
PKGNAME= py-${DISTNAME:L}
CATEGORIES= www
-MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
+MAINTAINER= Sebastian Reitenbach <sebastia@openbsd.org>
# Apache-2.0
PERMIT_PACKAGE= Yes
MODULES= lang/python
MODPY_PI= Yes
-MODPY_PYBUILD = setuptools
+MODPY_PYBUILD= setuptools
FLAVORS= python3
FLAVOR= python3
PING: NEW DEPENDENCY: www/py-flask-apscheduler