pkgsrc-WIP-changes archive

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

py-rfc6555: remove, imported to pkgsrc/net



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Wed Aug 14 19:22:42 2024 +0200
Changeset:	c6b547f8df71094d991a7b21aa42b358b6c0924e

Modified Files:
	Makefile
	offlineimap/Makefile
Removed Files:
	py-rfc6555/COMMIT_MSG
	py-rfc6555/DESCR
	py-rfc6555/Makefile
	py-rfc6555/PLIST
	py-rfc6555/distinfo

Log Message:
py-rfc6555: remove, imported to pkgsrc/net

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

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

diffstat:
 Makefile              |  1 -
 offlineimap/Makefile  |  2 +-
 py-rfc6555/COMMIT_MSG |  1 -
 py-rfc6555/DESCR      |  3 ---
 py-rfc6555/Makefile   | 20 --------------------
 py-rfc6555/PLIST      | 10 ----------
 py-rfc6555/distinfo   |  5 -----
 7 files changed, 1 insertion(+), 41 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 4ca5cc2f94..33a17750da 100644
--- a/Makefile
+++ b/Makefile
@@ -4448,7 +4448,6 @@ SUBDIR+=	py-resonance
 SUBDIR+=	py-retrying
 SUBDIR+=	py-revolve
 SUBDIR+=	py-rf
-SUBDIR+=	py-rfc6555
 SUBDIR+=	py-riccipy
 SUBDIR+=	py-rigidbodysimulator
 SUBDIR+=	py-rlcompleter2
diff --git a/offlineimap/Makefile b/offlineimap/Makefile
index 3369b3e905..7e1d4d095b 100644
--- a/offlineimap/Makefile
+++ b/offlineimap/Makefile
@@ -15,7 +15,7 @@ GITHUB_TAG=	v${PKGVERSION_NOREV}
 PYTHON_VERSIONS_ACCEPTED=	27 # not yet ported
 
 DEPENDS+=	${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
-DEPENDS+=	${PYPKGPREFIX}-rfc6555-[0-9]*:../../wip/py-rfc6555
+DEPENDS+=	${PYPKGPREFIX}-rfc6555-[0-9]*:../../net/py-rfc6555
 
 INSTALLATION_DIRS=	share/examples/offlineimap
 
diff --git a/py-rfc6555/COMMIT_MSG b/py-rfc6555/COMMIT_MSG
deleted file mode 100644
index b5f73b1d37..0000000000
--- a/py-rfc6555/COMMIT_MSG
+++ /dev/null
@@ -1 +0,0 @@
-net/py-rfc6555: Add
diff --git a/py-rfc6555/DESCR b/py-rfc6555/DESCR
deleted file mode 100644
index 4fb456b1a4..0000000000
--- a/py-rfc6555/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-Synchronous Python implementation of the Happy Eyeballs Algorithm described
-in RFC 6555. Provided with a single file and dead-simple API to allow
-easy vendoring and integration into other projects.
diff --git a/py-rfc6555/Makefile b/py-rfc6555/Makefile
deleted file mode 100644
index 27a6e29fee..0000000000
--- a/py-rfc6555/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	rfc6555-0.1.0
-PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=	net python
-MASTER_SITES=	${MASTER_SITE_PYPI:=r/rfc6555/}
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://www.github.com/sethmlarson/rfc6555
-COMMENT=	Implementation of the Happy Eyeballs Algorithm described in RFC 6555
-LICENSE=	apache-2.0
-
-USE_LANGUAGES=	# none
-
-PYTHON_27_ACCEPTED=	yes
-
-DEPENDS+=	${PYPKGPREFIX}-selectors2>=2.0.1:../../devel/py-selectors2
-
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-rfc6555/PLIST b/py-rfc6555/PLIST
deleted file mode 100644
index cbba544f09..0000000000
--- a/py-rfc6555/PLIST
+++ /dev/null
@@ -1,10 +0,0 @@
-@comment $NetBSD$
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/rfc6555.py
-${PYSITELIB}/rfc6555.pyc
-${PYSITELIB}/rfc6555.pyo
diff --git a/py-rfc6555/distinfo b/py-rfc6555/distinfo
deleted file mode 100644
index a719911955..0000000000
--- a/py-rfc6555/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD$
-
-BLAKE2s (rfc6555-0.1.0.tar.gz) = 82adb2bc1d43a1ce076f05f9ede38ce9fa2b08a0b4533884479b7afa1334f752
-SHA512 (rfc6555-0.1.0.tar.gz) = 872fb3c1c0669e8a562d2dd840a1682a482482818c2f4a6dbc90d00e9fc2ec7c8d20f483832313803dc453d7bac79a52a718671deae9b01a79d94eed3346a859
-Size (rfc6555-0.1.0.tar.gz) = 10094 bytes


Home | Main Index | Thread Index | Old Index