pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/py-scp Clean-up: this package should work on Pytho...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/80ff038ecb3f
branches:  trunk
changeset: 370370:80ff038ecb3f
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Oct 16 11:37:21 2017 +0000

description:
Clean-up: this package should work on Python 3.x

diffstat:

 net/py-scp/Makefile |  11 +++--------
 1 files changed, 3 insertions(+), 8 deletions(-)

diffs (30 lines):

diff -r a1b1560343b5 -r 80ff038ecb3f net/py-scp/Makefile
--- a/net/py-scp/Makefile       Mon Oct 16 10:59:51 2017 +0000
+++ b/net/py-scp/Makefile       Mon Oct 16 11:37:21 2017 +0000
@@ -1,23 +1,18 @@
-# $NetBSD: Makefile,v 1.1 2017/06/07 09:43:15 he Exp $
+# $NetBSD: Makefile,v 1.2 2017/10/16 11:37:21 adam Exp $
 
 DISTNAME=      scp-0.10.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=    net
+CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/scp/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/jbardin/scp.py
 COMMENT=       Send and receive files with scp
-LICENSE=       apache-2.0
+LICENSE=       gnu-lgpl-v2.1
 
 USE_LANGUAGES= # none
-PLIST_SUBST+=  PYVERSUFFIX=${PYVERSUFFIX}
-PYTHON_VERSIONS_ACCEPTED=      27
-
-PYDISTUTILSPKG= yes
 
 DEPENDS+=      ${PYPKGPREFIX}-paramiko-[0-9]*:../../security/py-paramiko
 
-.include "../../lang/python/application.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index