pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-uvloop Inital commit had too much dirt -- thi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3d614c5e5970
branches:  trunk
changeset: 364421:3d614c5e5970
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Jun 24 06:50:59 2017 +0000

description:
Inital commit had too much dirt -- this is a clean-up.

diffstat:

 devel/py-uvloop/Makefile |  10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)

diffs (29 lines):

diff -r b574e6e95f6a -r 3d614c5e5970 devel/py-uvloop/Makefile
--- a/devel/py-uvloop/Makefile  Sat Jun 24 06:47:58 2017 +0000
+++ b/devel/py-uvloop/Makefile  Sat Jun 24 06:50:59 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/06/24 06:47:58 adam Exp $
+# $NetBSD: Makefile,v 1.2 2017/06/24 06:50:59 adam Exp $
 
 DISTNAME=      uvloop-0.8.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -11,19 +11,11 @@
 LICENSE=       mit AND apache-2.0
 
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-cython-[0-9]*:../../devel/py-cython
-#BUILD_DEPENDS+=       ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
-# TEST_DEPENDS
 
 PYTHON_VERSIONS_ACCEPTED=      36 35
 
 USE_LANGUAGES=         c
 
-#post-install:
-#      cd ${DESTDIR}${PREFIX}/bin && \
-#              ${MV} py.test py.test-${PYVERSSUFFIX} && \
-#              ${MV} pytest pytest-${PYVERSSUFFIX} || ${TRUE}
-
 .include "../../devel/libuv/buildlink3.mk"
-#.include "../../lang/python/application.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index