pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-scp



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Oct 16 11:37:21 UTC 2017

Modified Files:
        pkgsrc/net/py-scp: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/py-scp/Makefile

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

Modified files:

Index: pkgsrc/net/py-scp/Makefile
diff -u pkgsrc/net/py-scp/Makefile:1.1 pkgsrc/net/py-scp/Makefile:1.2
--- pkgsrc/net/py-scp/Makefile:1.1      Wed Jun  7 09:43:15 2017
+++ pkgsrc/net/py-scp/Makefile  Mon Oct 16 11:37:21 2017
@@ -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