pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-Beaker: cleanup



Module Name:	pkgsrc-wip
Committed By:	Adam Ciarciński <aciarcinski%teonite.com@localhost>
Pushed By:	adam
Date:		Thu Nov 17 12:38:36 2022 +0100
Changeset:	ba38178c3942fdecaa2926ffaa5c35e96f9cba4c

Modified Files:
	py-Beaker/Makefile

Log Message:
py-Beaker: cleanup

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ba38178c3942fdecaa2926ffaa5c35e96f9cba4c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-Beaker/Makefile | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diffs:
diff --git a/py-Beaker/Makefile b/py-Beaker/Makefile
index 6ffe75c167..688aa3f5f1 100644
--- a/py-Beaker/Makefile
+++ b/py-Beaker/Makefile
@@ -1,18 +1,16 @@
-# $NetBSD: Makefile,v 1.6 2015/07/15 17:54:20 thomasklausner Exp $
+# $NetBSD$
 
 DISTNAME=	Beaker-1.11.0
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
-EGG_NAME=	${DISTNAME}
 CATEGORIES=	www python
 MASTER_SITES=	${MASTER_SITE_PYPI:=B/Beaker/}
 
-MAINTAINER=	jkuittinen%users.sourceforge.net@localhost
-HOMEPAGE=	http://beaker.groovie.org/
-COMMENT=	Beaker is a web session and general caching library
-
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://beaker.readthedocs.io/
+COMMENT=	Session and caching library with WSGI middleware
 LICENSE=	modified-bsd
 
-WRKSRC=		${WRKDIR}/${EGG_NAME}
+USE_LANGUAGES=  # none
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index