f9adddd049
* Fix broken release (``sdist`` had a broken ``MANIFEST.in``). 1.3.0: * Speed up arithmetic operations involving ``cext.Proxy`` subclasses.
14 lines
445 B
Makefile
14 lines
445 B
Makefile
# $NetBSD: Makefile,v 1.2 2017/07/16 19:57:11 adam Exp $
|
|
|
|
DISTNAME= lazy-object-proxy-1.3.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=l/lazy-object-proxy/}
|
|
|
|
MAINTAINER= kamelderouiche@yahoo.com
|
|
HOMEPAGE= https://github.com/ionelmc/python-lazy-object-proxy/
|
|
COMMENT= Fast and thorough lazy object proxy
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|