pkgsrc-WIP-changes archive

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

py-evalidate: remove, imported to pkgsrc



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Tue Feb 17 23:05:45 2026 +0100
Changeset:	b57dddf26c0071e6cf771489e1a646e794de4df1

Modified Files:
	py-buildbot/Makefile
Removed Files:
	py-evalidate/ALTERNATIVES
	py-evalidate/DESCR
	py-evalidate/Makefile
	py-evalidate/PLIST
	py-evalidate/distinfo

Log Message:
py-evalidate: remove, imported to pkgsrc

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

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

diffstat:
 py-buildbot/Makefile      |  2 +-
 py-evalidate/ALTERNATIVES |  2 --
 py-evalidate/DESCR        |  2 --
 py-evalidate/Makefile     | 26 --------------------------
 py-evalidate/PLIST        | 21 ---------------------
 py-evalidate/distinfo     |  5 -----
 6 files changed, 1 insertion(+), 57 deletions(-)

diffs:
diff --git a/py-buildbot/Makefile b/py-buildbot/Makefile
index a597694e91..43427589d0 100644
--- a/py-buildbot/Makefile
+++ b/py-buildbot/Makefile
@@ -28,7 +28,7 @@ DEPENDS+=	${PYPKGPREFIX}-service_identity-[0-9]*:../../security/py-service_ident
 DEPENDS+=	${PYPKGPREFIX}-idna-[0-9]*:../../www/py-idna
 DEPENDS+=	${PYPKGPREFIX}-brotli-[0-9]*:../../archivers/py-brotli
 DEPENDS+=	${PYPKGPREFIX}-zstandard-[0-9]*:../../archivers/py-zstandard
-DEPENDS+=	${PYPKGPREFIX}-evalidate-[0-9]*:../../wip/py-evalidate
+DEPENDS+=	${PYPKGPREFIX}-evalidate-[0-9]*:../../devel/py-evalidate
 TEST_DEPENDS+=	${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
 TEST_DEPENDS+=	${PYPKGPREFIX}-txrequests-[0-9]*:../../devel/py-txrequests
 TEST_DEPENDS+=	${PYPKGPREFIX}-buildbot-worker-[0-9]*:../../wip/py-buildbot-worker
diff --git a/py-evalidate/ALTERNATIVES b/py-evalidate/ALTERNATIVES
deleted file mode 100644
index 404780b2b8..0000000000
--- a/py-evalidate/ALTERNATIVES
+++ /dev/null
@@ -1,2 +0,0 @@
-bin/genfakeproducts @PREFIX@/bin/genfakeproducts-@PYVERSSUFFIX@
-bin/jg @PREFIX@/bin/jg-@PYVERSSUFFIX@
diff --git a/py-evalidate/DESCR b/py-evalidate/DESCR
deleted file mode 100644
index 4f2f2452f1..0000000000
--- a/py-evalidate/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-Evalidate is simple python module for safe and very fast eval()'uating
-user-supplied (possible malicious) Python expressions.
diff --git a/py-evalidate/Makefile b/py-evalidate/Makefile
deleted file mode 100644
index 995f639f0e..0000000000
--- a/py-evalidate/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	evalidate-2.1.3
-PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=	devel python
-MASTER_SITES=	${MASTER_SITE_PYPI:=e/evalidate/}
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://github.com/yaroslaff/evalidate
-COMMENT=	Validation and secure evaluation of untrusted python expressions
-LICENSE=	mit
-
-TOOL_DEPENDS+=	${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
-
-USE_LANGUAGES=	# none
-
-REPLACE_PYTHON+=	evalidate/__init__.py
-REPLACE_PYTHON+=	evalidate/cli/jg.py
-
-post-install:
-	cd ${DESTDIR}${PREFIX}/bin && ${MV} genfakeproducts genfakeproducts-${PYVERSSUFFIX} || ${TRUE}
-	cd ${DESTDIR}${PREFIX}/bin && ${MV} jg jg-${PYVERSSUFFIX} || ${TRUE}
-
-.include "../../lang/python/application.mk"
-.include "../../lang/python/wheel.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/py-evalidate/PLIST b/py-evalidate/PLIST
deleted file mode 100644
index c0704c3158..0000000000
--- a/py-evalidate/PLIST
+++ /dev/null
@@ -1,21 +0,0 @@
-@comment $NetBSD$
-bin/genfakeproducts-${PYVERSSUFFIX}
-bin/jg-${PYVERSSUFFIX}
-${PYSITELIB}/${WHEEL_INFODIR}/METADATA
-${PYSITELIB}/${WHEEL_INFODIR}/RECORD
-${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
-${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
-${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
-${PYSITELIB}/evalidate/__init__.py
-${PYSITELIB}/evalidate/__init__.pyc
-${PYSITELIB}/evalidate/__init__.pyo
-${PYSITELIB}/evalidate/cli/genfakeproducts.py
-${PYSITELIB}/evalidate/cli/genfakeproducts.pyc
-${PYSITELIB}/evalidate/cli/genfakeproducts.pyo
-${PYSITELIB}/evalidate/cli/jg.py
-${PYSITELIB}/evalidate/cli/jg.pyc
-${PYSITELIB}/evalidate/cli/jg.pyo
-${PYSITELIB}/evalidate/credits.txt
-${PYSITELIB}/evalidate/security.py
-${PYSITELIB}/evalidate/security.pyc
-${PYSITELIB}/evalidate/security.pyo
diff --git a/py-evalidate/distinfo b/py-evalidate/distinfo
deleted file mode 100644
index d7c77941e3..0000000000
--- a/py-evalidate/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD$
-
-BLAKE2s (evalidate-2.1.3.tar.gz) = 4e40b2a28f5d5cd8cd29cbeeb1df48f63d8c7b9d97a579ecb794d3996cbdcbb1
-SHA512 (evalidate-2.1.3.tar.gz) = 831f5de414201e3b9ece8e7db467df9b162ef00a0afd13badb57fb4aed51a6c8fcc37b925230df3bb91eb47b13e72129e206f6da2044ac91503ac99de7dfaae1
-Size (evalidate-2.1.3.tar.gz) = 14283 bytes


Home | Main Index | Thread Index | Old Index