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:   markd
Date:           Sun Nov 30 10:33:19 UTC 2025

Modified Files:
        pkgsrc/devel: Makefile
Added Files:
        pkgsrc/devel/py-gitlab: DESCR Makefile PLIST distinfo

Log Message:
py-gitlab: add version 7.0.0

python-gitlab is a Python package providing access to the GitLab server API.

It supports the v4 API of GitLab, and provides a CLI tool (gitlab).


To generate a diff of this commit:
cvs rdiff -u -r1.4551 -r1.4552 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-gitlab/DESCR \
    pkgsrc/devel/py-gitlab/Makefile pkgsrc/devel/py-gitlab/PLIST \
    pkgsrc/devel/py-gitlab/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.4551 pkgsrc/devel/Makefile:1.4552
--- pkgsrc/devel/Makefile:1.4551        Sat Nov 29 07:17:37 2025
+++ pkgsrc/devel/Makefile       Sun Nov 30 10:33:18 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4551 2025/11/29 07:17:37 wiz Exp $
+# $NetBSD: Makefile,v 1.4552 2025/11/30 10:33:18 markd Exp $
 #
 
 COMMENT=       Development utilities
@@ -2723,6 +2723,7 @@ SUBDIR+=  py-gidgethub
 SUBDIR+=       py-gitdb
 SUBDIR+=       py-gitinspector
 SUBDIR+=       py-gitinspector-devel
+SUBDIR+=       py-gitlab
 SUBDIR+=       py-gitlint
 SUBDIR+=       py-gitpython
 SUBDIR+=       py-gobject

Added files:

Index: pkgsrc/devel/py-gitlab/DESCR
diff -u /dev/null pkgsrc/devel/py-gitlab/DESCR:1.1
--- /dev/null   Sun Nov 30 10:33:19 2025
+++ pkgsrc/devel/py-gitlab/DESCR        Sun Nov 30 10:33:19 2025
@@ -0,0 +1,3 @@
+python-gitlab is a Python package providing access to the GitLab server API.
+
+It supports the v4 API of GitLab, and provides a CLI tool (gitlab).
Index: pkgsrc/devel/py-gitlab/Makefile
diff -u /dev/null pkgsrc/devel/py-gitlab/Makefile:1.1
--- /dev/null   Sun Nov 30 10:33:19 2025
+++ pkgsrc/devel/py-gitlab/Makefile     Sun Nov 30 10:33:19 2025
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2025/11/30 10:33:19 markd Exp $
+
+DISTNAME=      python_gitlab-7.0.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/python_//}
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_PYPI:=p/python-gitlab/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/python-gitlab/python-gitlab
+COMMENT=       Interact with GitLab API
+LICENSE=       gnu-lgpl-v3
+
+USE_LANGUAGES= # none
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=70.1:../../devel/py-setuptools
+DEPENDS+=      ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
+
+post-install:
+       rm -rf ${DESTDIR}${PREFIX}/${PYSITELIB}/docs
+       rm -rf ${DESTDIR}${PREFIX}/${PYSITELIB}/tests
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-gitlab/PLIST
diff -u /dev/null pkgsrc/devel/py-gitlab/PLIST:1.1
--- /dev/null   Sun Nov 30 10:33:19 2025
+++ pkgsrc/devel/py-gitlab/PLIST        Sun Nov 30 10:33:19 2025
@@ -0,0 +1,307 @@
+@comment $NetBSD: PLIST,v 1.1 2025/11/30 10:33:19 markd Exp $
+bin/gitlab
+${PYSITELIB}/gitlab/__init__.py
+${PYSITELIB}/gitlab/__init__.pyc
+${PYSITELIB}/gitlab/__init__.pyo
+${PYSITELIB}/gitlab/__main__.py
+${PYSITELIB}/gitlab/__main__.pyc
+${PYSITELIB}/gitlab/__main__.pyo
+${PYSITELIB}/gitlab/_backends/__init__.py
+${PYSITELIB}/gitlab/_backends/__init__.pyc
+${PYSITELIB}/gitlab/_backends/__init__.pyo
+${PYSITELIB}/gitlab/_backends/graphql.py
+${PYSITELIB}/gitlab/_backends/graphql.pyc
+${PYSITELIB}/gitlab/_backends/graphql.pyo
+${PYSITELIB}/gitlab/_backends/protocol.py
+${PYSITELIB}/gitlab/_backends/protocol.pyc
+${PYSITELIB}/gitlab/_backends/protocol.pyo
+${PYSITELIB}/gitlab/_backends/requests_backend.py
+${PYSITELIB}/gitlab/_backends/requests_backend.pyc
+${PYSITELIB}/gitlab/_backends/requests_backend.pyo
+${PYSITELIB}/gitlab/_version.py
+${PYSITELIB}/gitlab/_version.pyc
+${PYSITELIB}/gitlab/_version.pyo
+${PYSITELIB}/gitlab/base.py
+${PYSITELIB}/gitlab/base.pyc
+${PYSITELIB}/gitlab/base.pyo
+${PYSITELIB}/gitlab/cli.py
+${PYSITELIB}/gitlab/cli.pyc
+${PYSITELIB}/gitlab/cli.pyo
+${PYSITELIB}/gitlab/client.py
+${PYSITELIB}/gitlab/client.pyc
+${PYSITELIB}/gitlab/client.pyo
+${PYSITELIB}/gitlab/config.py
+${PYSITELIB}/gitlab/config.pyc
+${PYSITELIB}/gitlab/config.pyo
+${PYSITELIB}/gitlab/const.py
+${PYSITELIB}/gitlab/const.pyc
+${PYSITELIB}/gitlab/const.pyo
+${PYSITELIB}/gitlab/exceptions.py
+${PYSITELIB}/gitlab/exceptions.pyc
+${PYSITELIB}/gitlab/exceptions.pyo
+${PYSITELIB}/gitlab/mixins.py
+${PYSITELIB}/gitlab/mixins.pyc
+${PYSITELIB}/gitlab/mixins.pyo
+${PYSITELIB}/gitlab/py.typed
+${PYSITELIB}/gitlab/types.py
+${PYSITELIB}/gitlab/types.pyc
+${PYSITELIB}/gitlab/types.pyo
+${PYSITELIB}/gitlab/utils.py
+${PYSITELIB}/gitlab/utils.pyc
+${PYSITELIB}/gitlab/utils.pyo
+${PYSITELIB}/gitlab/v4/__init__.py
+${PYSITELIB}/gitlab/v4/__init__.pyc
+${PYSITELIB}/gitlab/v4/__init__.pyo
+${PYSITELIB}/gitlab/v4/cli.py
+${PYSITELIB}/gitlab/v4/cli.pyc
+${PYSITELIB}/gitlab/v4/cli.pyo
+${PYSITELIB}/gitlab/v4/objects/__init__.py
+${PYSITELIB}/gitlab/v4/objects/__init__.pyc
+${PYSITELIB}/gitlab/v4/objects/__init__.pyo
+${PYSITELIB}/gitlab/v4/objects/access_requests.py
+${PYSITELIB}/gitlab/v4/objects/access_requests.pyc
+${PYSITELIB}/gitlab/v4/objects/access_requests.pyo
+${PYSITELIB}/gitlab/v4/objects/appearance.py
+${PYSITELIB}/gitlab/v4/objects/appearance.pyc
+${PYSITELIB}/gitlab/v4/objects/appearance.pyo
+${PYSITELIB}/gitlab/v4/objects/applications.py
+${PYSITELIB}/gitlab/v4/objects/applications.pyc
+${PYSITELIB}/gitlab/v4/objects/applications.pyo
+${PYSITELIB}/gitlab/v4/objects/artifacts.py
+${PYSITELIB}/gitlab/v4/objects/artifacts.pyc
+${PYSITELIB}/gitlab/v4/objects/artifacts.pyo
+${PYSITELIB}/gitlab/v4/objects/audit_events.py
+${PYSITELIB}/gitlab/v4/objects/audit_events.pyc
+${PYSITELIB}/gitlab/v4/objects/audit_events.pyo
+${PYSITELIB}/gitlab/v4/objects/award_emojis.py
+${PYSITELIB}/gitlab/v4/objects/award_emojis.pyc
+${PYSITELIB}/gitlab/v4/objects/award_emojis.pyo
+${PYSITELIB}/gitlab/v4/objects/badges.py
+${PYSITELIB}/gitlab/v4/objects/badges.pyc
+${PYSITELIB}/gitlab/v4/objects/badges.pyo
+${PYSITELIB}/gitlab/v4/objects/boards.py
+${PYSITELIB}/gitlab/v4/objects/boards.pyc
+${PYSITELIB}/gitlab/v4/objects/boards.pyo
+${PYSITELIB}/gitlab/v4/objects/branches.py
+${PYSITELIB}/gitlab/v4/objects/branches.pyc
+${PYSITELIB}/gitlab/v4/objects/branches.pyo
+${PYSITELIB}/gitlab/v4/objects/broadcast_messages.py
+${PYSITELIB}/gitlab/v4/objects/broadcast_messages.pyc
+${PYSITELIB}/gitlab/v4/objects/broadcast_messages.pyo
+${PYSITELIB}/gitlab/v4/objects/bulk_imports.py
+${PYSITELIB}/gitlab/v4/objects/bulk_imports.pyc
+${PYSITELIB}/gitlab/v4/objects/bulk_imports.pyo
+${PYSITELIB}/gitlab/v4/objects/ci_lint.py
+${PYSITELIB}/gitlab/v4/objects/ci_lint.pyc
+${PYSITELIB}/gitlab/v4/objects/ci_lint.pyo
+${PYSITELIB}/gitlab/v4/objects/cluster_agents.py
+${PYSITELIB}/gitlab/v4/objects/cluster_agents.pyc
+${PYSITELIB}/gitlab/v4/objects/cluster_agents.pyo
+${PYSITELIB}/gitlab/v4/objects/clusters.py
+${PYSITELIB}/gitlab/v4/objects/clusters.pyc
+${PYSITELIB}/gitlab/v4/objects/clusters.pyo
+${PYSITELIB}/gitlab/v4/objects/commits.py
+${PYSITELIB}/gitlab/v4/objects/commits.pyc
+${PYSITELIB}/gitlab/v4/objects/commits.pyo
+${PYSITELIB}/gitlab/v4/objects/container_registry.py
+${PYSITELIB}/gitlab/v4/objects/container_registry.pyc
+${PYSITELIB}/gitlab/v4/objects/container_registry.pyo
+${PYSITELIB}/gitlab/v4/objects/custom_attributes.py
+${PYSITELIB}/gitlab/v4/objects/custom_attributes.pyc
+${PYSITELIB}/gitlab/v4/objects/custom_attributes.pyo
+${PYSITELIB}/gitlab/v4/objects/deploy_keys.py
+${PYSITELIB}/gitlab/v4/objects/deploy_keys.pyc
+${PYSITELIB}/gitlab/v4/objects/deploy_keys.pyo
+${PYSITELIB}/gitlab/v4/objects/deploy_tokens.py
+${PYSITELIB}/gitlab/v4/objects/deploy_tokens.pyc
+${PYSITELIB}/gitlab/v4/objects/deploy_tokens.pyo
+${PYSITELIB}/gitlab/v4/objects/deployments.py
+${PYSITELIB}/gitlab/v4/objects/deployments.pyc
+${PYSITELIB}/gitlab/v4/objects/deployments.pyo
+${PYSITELIB}/gitlab/v4/objects/discussions.py
+${PYSITELIB}/gitlab/v4/objects/discussions.pyc
+${PYSITELIB}/gitlab/v4/objects/discussions.pyo
+${PYSITELIB}/gitlab/v4/objects/draft_notes.py
+${PYSITELIB}/gitlab/v4/objects/draft_notes.pyc
+${PYSITELIB}/gitlab/v4/objects/draft_notes.pyo
+${PYSITELIB}/gitlab/v4/objects/environments.py
+${PYSITELIB}/gitlab/v4/objects/environments.pyc
+${PYSITELIB}/gitlab/v4/objects/environments.pyo
+${PYSITELIB}/gitlab/v4/objects/epics.py
+${PYSITELIB}/gitlab/v4/objects/epics.pyc
+${PYSITELIB}/gitlab/v4/objects/epics.pyo
+${PYSITELIB}/gitlab/v4/objects/events.py
+${PYSITELIB}/gitlab/v4/objects/events.pyc
+${PYSITELIB}/gitlab/v4/objects/events.pyo
+${PYSITELIB}/gitlab/v4/objects/export_import.py
+${PYSITELIB}/gitlab/v4/objects/export_import.pyc
+${PYSITELIB}/gitlab/v4/objects/export_import.pyo
+${PYSITELIB}/gitlab/v4/objects/features.py
+${PYSITELIB}/gitlab/v4/objects/features.pyc
+${PYSITELIB}/gitlab/v4/objects/features.pyo
+${PYSITELIB}/gitlab/v4/objects/files.py
+${PYSITELIB}/gitlab/v4/objects/files.pyc
+${PYSITELIB}/gitlab/v4/objects/files.pyo
+${PYSITELIB}/gitlab/v4/objects/geo_nodes.py
+${PYSITELIB}/gitlab/v4/objects/geo_nodes.pyc
+${PYSITELIB}/gitlab/v4/objects/geo_nodes.pyo
+${PYSITELIB}/gitlab/v4/objects/group_access_tokens.py
+${PYSITELIB}/gitlab/v4/objects/group_access_tokens.pyc
+${PYSITELIB}/gitlab/v4/objects/group_access_tokens.pyo
+${PYSITELIB}/gitlab/v4/objects/groups.py
+${PYSITELIB}/gitlab/v4/objects/groups.pyc
+${PYSITELIB}/gitlab/v4/objects/groups.pyo
+${PYSITELIB}/gitlab/v4/objects/hooks.py
+${PYSITELIB}/gitlab/v4/objects/hooks.pyc
+${PYSITELIB}/gitlab/v4/objects/hooks.pyo
+${PYSITELIB}/gitlab/v4/objects/integrations.py
+${PYSITELIB}/gitlab/v4/objects/integrations.pyc
+${PYSITELIB}/gitlab/v4/objects/integrations.pyo
+${PYSITELIB}/gitlab/v4/objects/invitations.py
+${PYSITELIB}/gitlab/v4/objects/invitations.pyc
+${PYSITELIB}/gitlab/v4/objects/invitations.pyo
+${PYSITELIB}/gitlab/v4/objects/issues.py
+${PYSITELIB}/gitlab/v4/objects/issues.pyc
+${PYSITELIB}/gitlab/v4/objects/issues.pyo
+${PYSITELIB}/gitlab/v4/objects/iterations.py
+${PYSITELIB}/gitlab/v4/objects/iterations.pyc
+${PYSITELIB}/gitlab/v4/objects/iterations.pyo
+${PYSITELIB}/gitlab/v4/objects/job_token_scope.py
+${PYSITELIB}/gitlab/v4/objects/job_token_scope.pyc
+${PYSITELIB}/gitlab/v4/objects/job_token_scope.pyo
+${PYSITELIB}/gitlab/v4/objects/jobs.py
+${PYSITELIB}/gitlab/v4/objects/jobs.pyc
+${PYSITELIB}/gitlab/v4/objects/jobs.pyo
+${PYSITELIB}/gitlab/v4/objects/keys.py
+${PYSITELIB}/gitlab/v4/objects/keys.pyc
+${PYSITELIB}/gitlab/v4/objects/keys.pyo
+${PYSITELIB}/gitlab/v4/objects/labels.py
+${PYSITELIB}/gitlab/v4/objects/labels.pyc
+${PYSITELIB}/gitlab/v4/objects/labels.pyo
+${PYSITELIB}/gitlab/v4/objects/ldap.py
+${PYSITELIB}/gitlab/v4/objects/ldap.pyc
+${PYSITELIB}/gitlab/v4/objects/ldap.pyo
+${PYSITELIB}/gitlab/v4/objects/member_roles.py
+${PYSITELIB}/gitlab/v4/objects/member_roles.pyc
+${PYSITELIB}/gitlab/v4/objects/member_roles.pyo
+${PYSITELIB}/gitlab/v4/objects/members.py
+${PYSITELIB}/gitlab/v4/objects/members.pyc
+${PYSITELIB}/gitlab/v4/objects/members.pyo
+${PYSITELIB}/gitlab/v4/objects/merge_request_approvals.py
+${PYSITELIB}/gitlab/v4/objects/merge_request_approvals.pyc
+${PYSITELIB}/gitlab/v4/objects/merge_request_approvals.pyo
+${PYSITELIB}/gitlab/v4/objects/merge_requests.py
+${PYSITELIB}/gitlab/v4/objects/merge_requests.pyc
+${PYSITELIB}/gitlab/v4/objects/merge_requests.pyo
+${PYSITELIB}/gitlab/v4/objects/merge_trains.py
+${PYSITELIB}/gitlab/v4/objects/merge_trains.pyc
+${PYSITELIB}/gitlab/v4/objects/merge_trains.pyo
+${PYSITELIB}/gitlab/v4/objects/milestones.py
+${PYSITELIB}/gitlab/v4/objects/milestones.pyc
+${PYSITELIB}/gitlab/v4/objects/milestones.pyo
+${PYSITELIB}/gitlab/v4/objects/namespaces.py
+${PYSITELIB}/gitlab/v4/objects/namespaces.pyc
+${PYSITELIB}/gitlab/v4/objects/namespaces.pyo
+${PYSITELIB}/gitlab/v4/objects/notes.py
+${PYSITELIB}/gitlab/v4/objects/notes.pyc
+${PYSITELIB}/gitlab/v4/objects/notes.pyo
+${PYSITELIB}/gitlab/v4/objects/notification_settings.py
+${PYSITELIB}/gitlab/v4/objects/notification_settings.pyc
+${PYSITELIB}/gitlab/v4/objects/notification_settings.pyo
+${PYSITELIB}/gitlab/v4/objects/package_protection_rules.py
+${PYSITELIB}/gitlab/v4/objects/package_protection_rules.pyc
+${PYSITELIB}/gitlab/v4/objects/package_protection_rules.pyo
+${PYSITELIB}/gitlab/v4/objects/packages.py
+${PYSITELIB}/gitlab/v4/objects/packages.pyc
+${PYSITELIB}/gitlab/v4/objects/packages.pyo
+${PYSITELIB}/gitlab/v4/objects/pages.py
+${PYSITELIB}/gitlab/v4/objects/pages.pyc
+${PYSITELIB}/gitlab/v4/objects/pages.pyo
+${PYSITELIB}/gitlab/v4/objects/personal_access_tokens.py
+${PYSITELIB}/gitlab/v4/objects/personal_access_tokens.pyc
+${PYSITELIB}/gitlab/v4/objects/personal_access_tokens.pyo
+${PYSITELIB}/gitlab/v4/objects/pipelines.py
+${PYSITELIB}/gitlab/v4/objects/pipelines.pyc
+${PYSITELIB}/gitlab/v4/objects/pipelines.pyo
+${PYSITELIB}/gitlab/v4/objects/project_access_tokens.py
+${PYSITELIB}/gitlab/v4/objects/project_access_tokens.pyc
+${PYSITELIB}/gitlab/v4/objects/project_access_tokens.pyo
+${PYSITELIB}/gitlab/v4/objects/projects.py
+${PYSITELIB}/gitlab/v4/objects/projects.pyc
+${PYSITELIB}/gitlab/v4/objects/projects.pyo
+${PYSITELIB}/gitlab/v4/objects/push_rules.py
+${PYSITELIB}/gitlab/v4/objects/push_rules.pyc
+${PYSITELIB}/gitlab/v4/objects/push_rules.pyo
+${PYSITELIB}/gitlab/v4/objects/registry_protection_repository_rules.py
+${PYSITELIB}/gitlab/v4/objects/registry_protection_repository_rules.pyc
+${PYSITELIB}/gitlab/v4/objects/registry_protection_repository_rules.pyo
+${PYSITELIB}/gitlab/v4/objects/registry_protection_rules.py
+${PYSITELIB}/gitlab/v4/objects/registry_protection_rules.pyc
+${PYSITELIB}/gitlab/v4/objects/registry_protection_rules.pyo
+${PYSITELIB}/gitlab/v4/objects/releases.py
+${PYSITELIB}/gitlab/v4/objects/releases.pyc
+${PYSITELIB}/gitlab/v4/objects/releases.pyo
+${PYSITELIB}/gitlab/v4/objects/repositories.py
+${PYSITELIB}/gitlab/v4/objects/repositories.pyc
+${PYSITELIB}/gitlab/v4/objects/repositories.pyo
+${PYSITELIB}/gitlab/v4/objects/resource_groups.py
+${PYSITELIB}/gitlab/v4/objects/resource_groups.pyc
+${PYSITELIB}/gitlab/v4/objects/resource_groups.pyo
+${PYSITELIB}/gitlab/v4/objects/reviewers.py
+${PYSITELIB}/gitlab/v4/objects/reviewers.pyc
+${PYSITELIB}/gitlab/v4/objects/reviewers.pyo
+${PYSITELIB}/gitlab/v4/objects/runners.py
+${PYSITELIB}/gitlab/v4/objects/runners.pyc
+${PYSITELIB}/gitlab/v4/objects/runners.pyo
+${PYSITELIB}/gitlab/v4/objects/secure_files.py
+${PYSITELIB}/gitlab/v4/objects/secure_files.pyc
+${PYSITELIB}/gitlab/v4/objects/secure_files.pyo
+${PYSITELIB}/gitlab/v4/objects/service_accounts.py
+${PYSITELIB}/gitlab/v4/objects/service_accounts.pyc
+${PYSITELIB}/gitlab/v4/objects/service_accounts.pyo
+${PYSITELIB}/gitlab/v4/objects/settings.py
+${PYSITELIB}/gitlab/v4/objects/settings.pyc
+${PYSITELIB}/gitlab/v4/objects/settings.pyo
+${PYSITELIB}/gitlab/v4/objects/sidekiq.py
+${PYSITELIB}/gitlab/v4/objects/sidekiq.pyc
+${PYSITELIB}/gitlab/v4/objects/sidekiq.pyo
+${PYSITELIB}/gitlab/v4/objects/snippets.py
+${PYSITELIB}/gitlab/v4/objects/snippets.pyc
+${PYSITELIB}/gitlab/v4/objects/snippets.pyo
+${PYSITELIB}/gitlab/v4/objects/statistics.py
+${PYSITELIB}/gitlab/v4/objects/statistics.pyc
+${PYSITELIB}/gitlab/v4/objects/statistics.pyo
+${PYSITELIB}/gitlab/v4/objects/status_checks.py
+${PYSITELIB}/gitlab/v4/objects/status_checks.pyc
+${PYSITELIB}/gitlab/v4/objects/status_checks.pyo
+${PYSITELIB}/gitlab/v4/objects/tags.py
+${PYSITELIB}/gitlab/v4/objects/tags.pyc
+${PYSITELIB}/gitlab/v4/objects/tags.pyo
+${PYSITELIB}/gitlab/v4/objects/templates.py
+${PYSITELIB}/gitlab/v4/objects/templates.pyc
+${PYSITELIB}/gitlab/v4/objects/templates.pyo
+${PYSITELIB}/gitlab/v4/objects/todos.py
+${PYSITELIB}/gitlab/v4/objects/todos.pyc
+${PYSITELIB}/gitlab/v4/objects/todos.pyo
+${PYSITELIB}/gitlab/v4/objects/topics.py
+${PYSITELIB}/gitlab/v4/objects/topics.pyc
+${PYSITELIB}/gitlab/v4/objects/topics.pyo
+${PYSITELIB}/gitlab/v4/objects/triggers.py
+${PYSITELIB}/gitlab/v4/objects/triggers.pyc
+${PYSITELIB}/gitlab/v4/objects/triggers.pyo
+${PYSITELIB}/gitlab/v4/objects/users.py
+${PYSITELIB}/gitlab/v4/objects/users.pyc
+${PYSITELIB}/gitlab/v4/objects/users.pyo
+${PYSITELIB}/gitlab/v4/objects/variables.py
+${PYSITELIB}/gitlab/v4/objects/variables.pyc
+${PYSITELIB}/gitlab/v4/objects/variables.pyo
+${PYSITELIB}/gitlab/v4/objects/wikis.py
+${PYSITELIB}/gitlab/v4/objects/wikis.pyc
+${PYSITELIB}/gitlab/v4/objects/wikis.pyo
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/AUTHORS
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/COPYING
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
Index: pkgsrc/devel/py-gitlab/distinfo
diff -u /dev/null pkgsrc/devel/py-gitlab/distinfo:1.1
--- /dev/null   Sun Nov 30 10:33:19 2025
+++ pkgsrc/devel/py-gitlab/distinfo     Sun Nov 30 10:33:19 2025
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2025/11/30 10:33:19 markd Exp $
+
+BLAKE2s (python_gitlab-7.0.0.tar.gz) = 607274057e929e92d686957e0756e18f7cc58ac1a1a556e2729224577eeab9d0
+SHA512 (python_gitlab-7.0.0.tar.gz) = e6d698a9b85e3d6cc7f89486b22fa7871749ead239bf25530734d1a2ffa30b83550ab81f13dcf53446f2d1c877c8294fbdcd6c949f4a2e115d990e46ab3b0854
+Size (python_gitlab-7.0.0.tar.gz) = 400568 bytes



Home | Main Index | Thread Index | Old Index