pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel
Module Name: pkgsrc
Committed By: dkazankov
Date: Tue Jul 29 06:48:02 UTC 2025
Modified Files:
pkgsrc/devel: Makefile
Added Files:
pkgsrc/devel/py-e3-core: DESCR Makefile PLIST distinfo
Log Message:
devel/py-e3-core: add new package 22.10.0
Tools and library for building and testing software
To generate a diff of this commit:
cvs rdiff -u -r1.4504 -r1.4505 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-e3-core/DESCR \
pkgsrc/devel/py-e3-core/Makefile pkgsrc/devel/py-e3-core/PLIST \
pkgsrc/devel/py-e3-core/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.4504 pkgsrc/devel/Makefile:1.4505
--- pkgsrc/devel/Makefile:1.4504 Mon Jul 28 22:15:15 2025
+++ pkgsrc/devel/Makefile Tue Jul 29 06:48:02 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4504 2025/07/28 22:15:15 dkazankov Exp $
+# $NetBSD: Makefile,v 1.4505 2025/07/29 06:48:02 dkazankov Exp $
#
COMMENT= Development utilities
@@ -2635,6 +2635,7 @@ SUBDIR+= py-doctor
SUBDIR+= py-dogpile-cache
SUBDIR+= py-dotenv
SUBDIR+= py-dulwich
+SUBDIR+= py-e3-core
SUBDIR+= py-e3-testsuite
SUBDIR+= py-editables
SUBDIR+= py-editorconfig-core
Added files:
Index: pkgsrc/devel/py-e3-core/DESCR
diff -u /dev/null pkgsrc/devel/py-e3-core/DESCR:1.1
--- /dev/null Tue Jul 29 06:48:02 2025
+++ pkgsrc/devel/py-e3-core/DESCR Tue Jul 29 06:48:02 2025
@@ -0,0 +1,5 @@
+E3 core. Tools and library for building and testing software.
+
+e3 - Python framework to ease the development of portable automated build
+systems (compilation, dependencies management, binary code packaging, and
+automated testing).
Index: pkgsrc/devel/py-e3-core/Makefile
diff -u /dev/null pkgsrc/devel/py-e3-core/Makefile:1.1
--- /dev/null Tue Jul 29 06:48:02 2025
+++ pkgsrc/devel/py-e3-core/Makefile Tue Jul 29 06:48:02 2025
@@ -0,0 +1,47 @@
+# $NetBSD: Makefile,v 1.1 2025/07/29 06:48:02 dkazankov Exp $
+
+DISTNAME= ${GITHUB_PROJECT}-22.10.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_GITHUB:=AdaCore/}
+GITHUB_TAG= v${PKGVERSION_NOREV}
+GITHUB_PROJECT= e3-core
+
+MAINTAINER= dkazankov%NetBSD.org@localhost
+HOMEPAGE= https://github.com/AdaCore/e3-core
+COMMENT= E3 core. Tools and library for building and testing software
+LICENSE= gnu-gpl-v3
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=61:../../devel/py-setuptools
+
+#DEPENDS+= ${PYPKGPREFIX}-bson-[0-9]*:../../wip/py-bson
+# We will use mongodb instead, it includes bson
+DEPENDS+= ${PYPKGPREFIX}-mongo-[0-9]*:../../databases/py-mongo
+DEPENDS+= ${PYPKGPREFIX}-colorama-[0-9]*:../../comms/py-colorama
+DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
+DEPENDS+= ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil
+DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
+DEPENDS+= ${PYPKGPREFIX}-requests-cache-[0-9]*:../../devel/py-requests-cache
+DEPENDS+= ${PYPKGPREFIX}-requests-toolbelt-[0-9]*:../../devel/py-requests-toolbelt
+DEPENDS+= ${PYPKGPREFIX}-tqdm-[0-9]*:../../misc/py-tqdm
+DEPENDS+= ${PYPKGPREFIX}-stevedore>=1.20.0:../../devel/py-stevedore
+DEPENDS+= ${PYPKGPREFIX}-resolvelib-[0-9]*:../../devel/py-resolvelib
+DEPENDS+= ${PYPKGPREFIX}-psutil-[0-9]*:../../sysutils/py-psutil
+DEPENDS+= ${PYPKGPREFIX}-distro-[0-9]*:../../devel/py-distro
+
+TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
+TEST_DEPENDS+= ${PYPKGPREFIX}-requests-mock-[0-9]*:../../devel/py-requests-mock
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-html-[0-9]*:../../devel/py-test-html
+TEST_DEPENDS+= ${PYPKGPREFIX}-test_socket-[0-9]*:../../devel/py-test_socket
+TEST_DEPENDS+= ${PYPKGPREFIX}-ansi2html-[0-9]*:../../converters/py-ansi2html
+TEST_DEPENDS+= ${PYPKGPREFIX}-ptyprocess-[0-9]*:../../sysutils/py-ptyprocess
+
+post-install:
+.for bin in e3 e3-pypi-closure e3-sandbox
+ cd ${DESTDIR}${PREFIX}/bin && \
+ ${MV} ${bin} ${bin}-${PYVERSSUFFIX} || ${TRUE}
+.endfor
+
+.include "../../lang/python/wheel.mk"
+
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-e3-core/PLIST
diff -u /dev/null pkgsrc/devel/py-e3-core/PLIST:1.1
--- /dev/null Tue Jul 29 06:48:02 2025
+++ pkgsrc/devel/py-e3-core/PLIST Tue Jul 29 06:48:02 2025
@@ -0,0 +1,319 @@
+@comment $NetBSD: PLIST,v 1.1 2025/07/29 06:48:02 dkazankov Exp $
+bin/e3-${PYVERSSUFFIX}
+bin/e3-pypi-closure-${PYVERSSUFFIX}
+bin/e3-sandbox-${PYVERSSUFFIX}
+${PYSITELIB}/e3/anod/__init__.py
+${PYSITELIB}/e3/anod/__init__.pyc
+${PYSITELIB}/e3/anod/__init__.pyo
+${PYSITELIB}/e3/anod/action/__init__.py
+${PYSITELIB}/e3/anod/action/__init__.pyc
+${PYSITELIB}/e3/anod/action/__init__.pyo
+${PYSITELIB}/e3/anod/buildspace.py
+${PYSITELIB}/e3/anod/buildspace.pyc
+${PYSITELIB}/e3/anod/buildspace.pyo
+${PYSITELIB}/e3/anod/checkout.py
+${PYSITELIB}/e3/anod/checkout.pyc
+${PYSITELIB}/e3/anod/checkout.pyo
+${PYSITELIB}/e3/anod/context.py
+${PYSITELIB}/e3/anod/context.pyc
+${PYSITELIB}/e3/anod/context.pyo
+${PYSITELIB}/e3/anod/deps.py
+${PYSITELIB}/e3/anod/deps.pyc
+${PYSITELIB}/e3/anod/deps.pyo
+${PYSITELIB}/e3/anod/driver.py
+${PYSITELIB}/e3/anod/driver.pyc
+${PYSITELIB}/e3/anod/driver.pyo
+${PYSITELIB}/e3/anod/error.py
+${PYSITELIB}/e3/anod/error.pyc
+${PYSITELIB}/e3/anod/error.pyo
+${PYSITELIB}/e3/anod/helper.py
+${PYSITELIB}/e3/anod/helper.pyc
+${PYSITELIB}/e3/anod/helper.pyo
+${PYSITELIB}/e3/anod/loader.py
+${PYSITELIB}/e3/anod/loader.pyc
+${PYSITELIB}/e3/anod/loader.pyo
+${PYSITELIB}/e3/anod/package.py
+${PYSITELIB}/e3/anod/package.pyc
+${PYSITELIB}/e3/anod/package.pyo
+${PYSITELIB}/e3/anod/qualifier.py
+${PYSITELIB}/e3/anod/qualifier.pyc
+${PYSITELIB}/e3/anod/qualifier.pyo
+${PYSITELIB}/e3/anod/qualifiers_manager.py
+${PYSITELIB}/e3/anod/qualifiers_manager.pyc
+${PYSITELIB}/e3/anod/qualifiers_manager.pyo
+${PYSITELIB}/e3/anod/queries.py
+${PYSITELIB}/e3/anod/queries.pyc
+${PYSITELIB}/e3/anod/queries.pyo
+${PYSITELIB}/e3/anod/sandbox/__init__.py
+${PYSITELIB}/e3/anod/sandbox/__init__.pyc
+${PYSITELIB}/e3/anod/sandbox/__init__.pyo
+${PYSITELIB}/e3/anod/sandbox/main.py
+${PYSITELIB}/e3/anod/sandbox/main.pyc
+${PYSITELIB}/e3/anod/sandbox/main.pyo
+${PYSITELIB}/e3/anod/sandbox/scripts.py
+${PYSITELIB}/e3/anod/sandbox/scripts.pyc
+${PYSITELIB}/e3/anod/sandbox/scripts.pyo
+${PYSITELIB}/e3/anod/spec.py
+${PYSITELIB}/e3/anod/spec.pyc
+${PYSITELIB}/e3/anod/spec.pyo
+${PYSITELIB}/e3/anod/status.py
+${PYSITELIB}/e3/anod/status.pyc
+${PYSITELIB}/e3/anod/status.pyo
+${PYSITELIB}/e3/archive.py
+${PYSITELIB}/e3/archive.pyc
+${PYSITELIB}/e3/archive.pyo
+${PYSITELIB}/e3/collection/__init__.py
+${PYSITELIB}/e3/collection/__init__.pyc
+${PYSITELIB}/e3/collection/__init__.pyo
+${PYSITELIB}/e3/collection/dag.py
+${PYSITELIB}/e3/collection/dag.pyc
+${PYSITELIB}/e3/collection/dag.pyo
+${PYSITELIB}/e3/collection/toggleable_bool.py
+${PYSITELIB}/e3/collection/toggleable_bool.pyc
+${PYSITELIB}/e3/collection/toggleable_bool.pyo
+${PYSITELIB}/e3/collection/trie.py
+${PYSITELIB}/e3/collection/trie.pyc
+${PYSITELIB}/e3/collection/trie.pyo
+${PYSITELIB}/e3/cve.py
+${PYSITELIB}/e3/cve.pyc
+${PYSITELIB}/e3/cve.pyo
+${PYSITELIB}/e3/date.py
+${PYSITELIB}/e3/date.pyc
+${PYSITELIB}/e3/date.pyo
+${PYSITELIB}/e3/decorator.py
+${PYSITELIB}/e3/decorator.pyc
+${PYSITELIB}/e3/decorator.pyo
+${PYSITELIB}/e3/diff.py
+${PYSITELIB}/e3/diff.pyc
+${PYSITELIB}/e3/diff.pyo
+${PYSITELIB}/e3/dsse.py
+${PYSITELIB}/e3/dsse.pyc
+${PYSITELIB}/e3/dsse.pyo
+${PYSITELIB}/e3/electrolyt/__init__.py
+${PYSITELIB}/e3/electrolyt/__init__.pyc
+${PYSITELIB}/e3/electrolyt/__init__.pyo
+${PYSITELIB}/e3/electrolyt/entry_point.py
+${PYSITELIB}/e3/electrolyt/entry_point.pyc
+${PYSITELIB}/e3/electrolyt/entry_point.pyo
+${PYSITELIB}/e3/electrolyt/host.py
+${PYSITELIB}/e3/electrolyt/host.pyc
+${PYSITELIB}/e3/electrolyt/host.pyo
+${PYSITELIB}/e3/electrolyt/plan.py
+${PYSITELIB}/e3/electrolyt/plan.pyc
+${PYSITELIB}/e3/electrolyt/plan.pyo
+${PYSITELIB}/e3/electrolyt/run.py
+${PYSITELIB}/e3/electrolyt/run.pyc
+${PYSITELIB}/e3/electrolyt/run.pyo
+${PYSITELIB}/e3/encoding/__init__.py
+${PYSITELIB}/e3/encoding/__init__.pyc
+${PYSITELIB}/e3/encoding/__init__.pyo
+${PYSITELIB}/e3/encoding/vex.py
+${PYSITELIB}/e3/encoding/vex.pyc
+${PYSITELIB}/e3/encoding/vex.pyo
+${PYSITELIB}/e3/env.py
+${PYSITELIB}/e3/env.pyc
+${PYSITELIB}/e3/env.pyo
+${PYSITELIB}/e3/error.py
+${PYSITELIB}/e3/error.pyc
+${PYSITELIB}/e3/error.pyo
+${PYSITELIB}/e3/event/__init__.py
+${PYSITELIB}/e3/event/__init__.pyc
+${PYSITELIB}/e3/event/__init__.pyo
+${PYSITELIB}/e3/event/handler/__init__.py
+${PYSITELIB}/e3/event/handler/__init__.pyc
+${PYSITELIB}/e3/event/handler/__init__.pyo
+${PYSITELIB}/e3/event/handler/file.py
+${PYSITELIB}/e3/event/handler/file.pyc
+${PYSITELIB}/e3/event/handler/file.pyo
+${PYSITELIB}/e3/event/handler/logging.py
+${PYSITELIB}/e3/event/handler/logging.pyc
+${PYSITELIB}/e3/event/handler/logging.pyo
+${PYSITELIB}/e3/event/handler/s3.py
+${PYSITELIB}/e3/event/handler/s3.pyc
+${PYSITELIB}/e3/event/handler/s3.pyo
+${PYSITELIB}/e3/event/handler/smtp.py
+${PYSITELIB}/e3/event/handler/smtp.pyc
+${PYSITELIB}/e3/event/handler/smtp.pyo
+${PYSITELIB}/e3/fingerprint.py
+${PYSITELIB}/e3/fingerprint.pyc
+${PYSITELIB}/e3/fingerprint.pyo
+${PYSITELIB}/e3/fs.py
+${PYSITELIB}/e3/fs.pyc
+${PYSITELIB}/e3/fs.pyo
+${PYSITELIB}/e3/hash.py
+${PYSITELIB}/e3/hash.pyc
+${PYSITELIB}/e3/hash.pyo
+${PYSITELIB}/e3/job/__init__.py
+${PYSITELIB}/e3/job/__init__.pyc
+${PYSITELIB}/e3/job/__init__.pyo
+${PYSITELIB}/e3/job/scheduler.py
+${PYSITELIB}/e3/job/scheduler.pyc
+${PYSITELIB}/e3/job/scheduler.pyo
+${PYSITELIB}/e3/job/walk.py
+${PYSITELIB}/e3/job/walk.pyc
+${PYSITELIB}/e3/job/walk.pyo
+${PYSITELIB}/e3/json.py
+${PYSITELIB}/e3/json.pyc
+${PYSITELIB}/e3/json.pyo
+${PYSITELIB}/e3/log.py
+${PYSITELIB}/e3/log.pyc
+${PYSITELIB}/e3/log.pyo
+${PYSITELIB}/e3/main.py
+${PYSITELIB}/e3/main.pyc
+${PYSITELIB}/e3/main.pyo
+${PYSITELIB}/e3/maven.py
+${PYSITELIB}/e3/maven.pyc
+${PYSITELIB}/e3/maven.pyo
+${PYSITELIB}/e3/mock/__init__.py
+${PYSITELIB}/e3/mock/__init__.pyc
+${PYSITELIB}/e3/mock/__init__.pyo
+${PYSITELIB}/e3/mock/env.py
+${PYSITELIB}/e3/mock/env.pyc
+${PYSITELIB}/e3/mock/env.pyo
+${PYSITELIB}/e3/mock/os/__init__.py
+${PYSITELIB}/e3/mock/os/__init__.pyc
+${PYSITELIB}/e3/mock/os/__init__.pyo
+${PYSITELIB}/e3/mock/os/process.py
+${PYSITELIB}/e3/mock/os/process.pyc
+${PYSITELIB}/e3/mock/os/process.pyo
+${PYSITELIB}/e3/mypy.py
+${PYSITELIB}/e3/mypy.pyc
+${PYSITELIB}/e3/mypy.pyo
+${PYSITELIB}/e3/net/__init__.py
+${PYSITELIB}/e3/net/__init__.pyc
+${PYSITELIB}/e3/net/__init__.pyo
+${PYSITELIB}/e3/net/http.py
+${PYSITELIB}/e3/net/http.pyc
+${PYSITELIB}/e3/net/http.pyo
+${PYSITELIB}/e3/net/smtp.py
+${PYSITELIB}/e3/net/smtp.pyc
+${PYSITELIB}/e3/net/smtp.pyo
+${PYSITELIB}/e3/net/token.py
+${PYSITELIB}/e3/net/token.pyc
+${PYSITELIB}/e3/net/token.pyo
+${PYSITELIB}/e3/npm.py
+${PYSITELIB}/e3/npm.pyc
+${PYSITELIB}/e3/npm.pyo
+${PYSITELIB}/e3/os/__init__.py
+${PYSITELIB}/e3/os/__init__.pyc
+${PYSITELIB}/e3/os/__init__.pyo
+${PYSITELIB}/e3/os/data/rlimit-aarch64-darwin
+${PYSITELIB}/e3/os/data/rlimit-aarch64-linux
+${PYSITELIB}/e3/os/data/rlimit-ppc-aix
+${PYSITELIB}/e3/os/data/rlimit-ppc-linux
+${PYSITELIB}/e3/os/data/rlimit-sparc-solaris
+${PYSITELIB}/e3/os/data/rlimit-x86-linux
+${PYSITELIB}/e3/os/data/rlimit-x86-solaris
+${PYSITELIB}/e3/os/data/rlimit-x86-windows
+${PYSITELIB}/e3/os/data/rlimit-x86_64-darwin
+${PYSITELIB}/e3/os/data/rlimit-x86_64-linux
+${PYSITELIB}/e3/os/data/rlimit-x86_64-windows
+${PYSITELIB}/e3/os/fs.py
+${PYSITELIB}/e3/os/fs.pyc
+${PYSITELIB}/e3/os/fs.pyo
+${PYSITELIB}/e3/os/platform.py
+${PYSITELIB}/e3/os/platform.pyc
+${PYSITELIB}/e3/os/platform.pyo
+${PYSITELIB}/e3/os/process.py
+${PYSITELIB}/e3/os/process.pyc
+${PYSITELIB}/e3/os/process.pyo
+${PYSITELIB}/e3/os/timezone.py
+${PYSITELIB}/e3/os/timezone.pyc
+${PYSITELIB}/e3/os/timezone.pyo
+${PYSITELIB}/e3/os/windows/__init__.py
+${PYSITELIB}/e3/os/windows/__init__.pyc
+${PYSITELIB}/e3/os/windows/__init__.pyo
+${PYSITELIB}/e3/os/windows/fs.py
+${PYSITELIB}/e3/os/windows/fs.pyc
+${PYSITELIB}/e3/os/windows/fs.pyo
+${PYSITELIB}/e3/os/windows/native_api.py
+${PYSITELIB}/e3/os/windows/native_api.pyc
+${PYSITELIB}/e3/os/windows/native_api.pyo
+${PYSITELIB}/e3/os/windows/object.py
+${PYSITELIB}/e3/os/windows/object.pyc
+${PYSITELIB}/e3/os/windows/object.pyo
+${PYSITELIB}/e3/os/windows/process.py
+${PYSITELIB}/e3/os/windows/process.pyc
+${PYSITELIB}/e3/os/windows/process.pyo
+${PYSITELIB}/e3/platform.py
+${PYSITELIB}/e3/platform.pyc
+${PYSITELIB}/e3/platform.pyo
+${PYSITELIB}/e3/platform_db/__init__.py
+${PYSITELIB}/e3/platform_db/__init__.pyc
+${PYSITELIB}/e3/platform_db/__init__.pyo
+${PYSITELIB}/e3/platform_db/knowledge_base.py
+${PYSITELIB}/e3/platform_db/knowledge_base.pyc
+${PYSITELIB}/e3/platform_db/knowledge_base.pyo
+${PYSITELIB}/e3/py.typed
+${PYSITELIB}/e3/pytest.py
+${PYSITELIB}/e3/pytest.pyc
+${PYSITELIB}/e3/pytest.pyo
+${PYSITELIB}/e3/python/__init__.py
+${PYSITELIB}/e3/python/__init__.pyc
+${PYSITELIB}/e3/python/__init__.pyo
+${PYSITELIB}/e3/python/pypi.py
+${PYSITELIB}/e3/python/pypi.pyc
+${PYSITELIB}/e3/python/pypi.pyo
+${PYSITELIB}/e3/python/pypiscript.py
+${PYSITELIB}/e3/python/pypiscript.pyc
+${PYSITELIB}/e3/python/pypiscript.pyo
+${PYSITELIB}/e3/python/wheel.py
+${PYSITELIB}/e3/python/wheel.pyc
+${PYSITELIB}/e3/python/wheel.pyo
+${PYSITELIB}/e3/slsa/__init__.py
+${PYSITELIB}/e3/slsa/__init__.pyc
+${PYSITELIB}/e3/slsa/__init__.pyo
+${PYSITELIB}/e3/slsa/provenance.py
+${PYSITELIB}/e3/slsa/provenance.pyc
+${PYSITELIB}/e3/slsa/provenance.pyo
+${PYSITELIB}/e3/spdx.py
+${PYSITELIB}/e3/spdx.pyc
+${PYSITELIB}/e3/spdx.pyo
+${PYSITELIB}/e3/store/__init__.py
+${PYSITELIB}/e3/store/__init__.pyc
+${PYSITELIB}/e3/store/__init__.pyo
+${PYSITELIB}/e3/store/backends/__init__.py
+${PYSITELIB}/e3/store/backends/__init__.pyc
+${PYSITELIB}/e3/store/backends/__init__.pyo
+${PYSITELIB}/e3/store/backends/base.py
+${PYSITELIB}/e3/store/backends/base.pyc
+${PYSITELIB}/e3/store/backends/base.pyo
+${PYSITELIB}/e3/store/backends/http_simple_store.py
+${PYSITELIB}/e3/store/backends/http_simple_store.pyc
+${PYSITELIB}/e3/store/backends/http_simple_store.pyo
+${PYSITELIB}/e3/store/cache/__init__.py
+${PYSITELIB}/e3/store/cache/__init__.pyc
+${PYSITELIB}/e3/store/cache/__init__.pyo
+${PYSITELIB}/e3/store/cache/backends/__init__.py
+${PYSITELIB}/e3/store/cache/backends/__init__.pyc
+${PYSITELIB}/e3/store/cache/backends/__init__.pyo
+${PYSITELIB}/e3/store/cache/backends/base.py
+${PYSITELIB}/e3/store/cache/backends/base.pyc
+${PYSITELIB}/e3/store/cache/backends/base.pyo
+${PYSITELIB}/e3/store/cache/backends/filecache.py
+${PYSITELIB}/e3/store/cache/backends/filecache.pyc
+${PYSITELIB}/e3/store/cache/backends/filecache.pyo
+${PYSITELIB}/e3/sys.py
+${PYSITELIB}/e3/sys.pyc
+${PYSITELIB}/e3/sys.pyo
+${PYSITELIB}/e3/text.py
+${PYSITELIB}/e3/text.pyc
+${PYSITELIB}/e3/text.pyo
+${PYSITELIB}/e3/vcs/__init__.py
+${PYSITELIB}/e3/vcs/__init__.pyc
+${PYSITELIB}/e3/vcs/__init__.pyo
+${PYSITELIB}/e3/vcs/git.py
+${PYSITELIB}/e3/vcs/git.pyc
+${PYSITELIB}/e3/vcs/git.pyo
+${PYSITELIB}/e3/vcs/svn.py
+${PYSITELIB}/e3/vcs/svn.pyc
+${PYSITELIB}/e3/vcs/svn.pyo
+${PYSITELIB}/e3/yaml.py
+${PYSITELIB}/e3/yaml.pyc
+${PYSITELIB}/e3/yaml.pyo
+${PYSITELIB}/e3_core-22.10.dist-info/METADATA
+${PYSITELIB}/e3_core-22.10.dist-info/RECORD
+${PYSITELIB}/e3_core-22.10.dist-info/WHEEL
+${PYSITELIB}/e3_core-22.10.dist-info/entry_points.txt
+${PYSITELIB}/e3_core-22.10.dist-info/licenses/COPYING3
+${PYSITELIB}/e3_core-22.10.dist-info/top_level.txt
Index: pkgsrc/devel/py-e3-core/distinfo
diff -u /dev/null pkgsrc/devel/py-e3-core/distinfo:1.1
--- /dev/null Tue Jul 29 06:48:02 2025
+++ pkgsrc/devel/py-e3-core/distinfo Tue Jul 29 06:48:02 2025
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2025/07/29 06:48:02 dkazankov Exp $
+
+BLAKE2s (e3-core-22.10.0.tar.gz) = 5e6fc0f4ee7dd26cd4751ec53f630525ee18cb33abe54380c8a4dd2f9efab99f
+SHA512 (e3-core-22.10.0.tar.gz) = 6c4e7119cab4de99eeefaf6e703c46b7773db82ae32982485393edfcdd9ee4643d370c5382ef21bfebb1c9da202694151a68a6890b7b1eea3a269c1934b62481
+Size (e3-core-22.10.0.tar.gz) = 805122 bytes
Home |
Main Index |
Thread Index |
Old Index