pkgsrc-WIP-changes archive

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

Remove py-scp, added to main pkgsrc.



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%NetBSD.org@localhost>
Pushed By:	he
Date:		Wed Jun 7 11:48:03 2017 +0200
Changeset:	3a7d5285a5b5c8d402ec4abb3db706b3df698fea

Modified Files:
	Makefile
Removed Files:
	py-scp/DESCR
	py-scp/Makefile
	py-scp/PLIST
	py-scp/distinfo

Log Message:
Remove py-scp, added to main pkgsrc.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3a7d5285a5b5c8d402ec4abb3db706b3df698fea

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

diffstat:
 Makefile        |  1 -
 py-scp/DESCR    |  4 ----
 py-scp/Makefile | 23 -----------------------
 py-scp/PLIST    |  9 ---------
 py-scp/distinfo |  5 -----
 5 files changed, 42 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 78eee64a05..dbff3e012c 100644
--- a/Makefile
+++ b/Makefile
@@ -3584,7 +3584,6 @@ SUBDIR+=	py-scimath
 SUBDIR+=	py-sciproc
 SUBDIR+=	py-scipy-data_fitting
 SUBDIR+=	py-scitools
-SUBDIR+=	py-scp
 SUBDIR+=	py-screenutils
 SUBDIR+=	py-scrobbler
 SUBDIR+=	py-scs
diff --git a/py-scp/DESCR b/py-scp/DESCR
deleted file mode 100644
index ac9dfdb90a..0000000000
--- a/py-scp/DESCR
+++ /dev/null
@@ -1,4 +0,0 @@
-The scp.py module uses a paramiko transport to send and recieve
-files via the scp1 protocol. This is the protocol as referenced
-from the openssh scp program, and has only been tested with this
-implementation.
diff --git a/py-scp/Makefile b/py-scp/Makefile
deleted file mode 100644
index be88789db0..0000000000
--- a/py-scp/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	scp-0.10.2
-PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=	net
-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
-
-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"
diff --git a/py-scp/PLIST b/py-scp/PLIST
deleted file mode 100644
index 1b64d61b49..0000000000
--- a/py-scp/PLIST
+++ /dev/null
@@ -1,9 +0,0 @@
-@comment $NetBSD$
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/scp.py
-${PYSITELIB}/scp.pyc
-${PYSITELIB}/scp.pyo
diff --git a/py-scp/distinfo b/py-scp/distinfo
deleted file mode 100644
index 283f2dba46..0000000000
--- a/py-scp/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD$
-
-SHA1 (scp-0.10.2.tar.gz) = 1dad2243baaef07ed6d29b1e7db141b36cc57d08
-RMD160 (scp-0.10.2.tar.gz) = 3fd7533adab08f4e1ffe4f7300f06e695a4c9b0e
-Size (scp-0.10.2.tar.gz) = 6230 bytes


Home | Main Index | Thread Index | Old Index