pkgsrc-wip/py-easydev/Makefile
Kamel Ibn Aziz Derouiche aa436866b4 Import py27-easydev-0.6.3 as wip/py-easydev.
The package easydev provides utilities that are of general usage for the
development of Python packages. For instance, it provides the sphinx templates
being used for this documentation. It is also used by other packages where
documentation using Sphinx is being used (e.g., rtools, spectrum). It provides
tools such as multisetup (to ease the development of several packages within a
single namespace), get_share_directory of any package, functions that are used
often such as type checking.
2013-11-30 15:50:12 +00:00

19 lines
561 B
Makefile

# $NetBSD: Makefile,v 1.1 2013/11/30 15:50:12 jihbed Exp $
DISTNAME= easydev-0.6.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= https://pypi.python.org/packages/source/e/easydev/
FETCH_USING= curl
MAINTAINER= kamel.derouiche@gmail.com
HOMEPAGE= http://packages.python.org/easydev/
COMMENT= Common utilities to ease the development of Python packages
LICENSE= gnu-lgpl-v2.1
DEPENDS+= ${PYPKGPREFIX}-sphinx>=1.1.3:../../textproc/py-sphinx
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"