pkgsrc-WIP-changes archive

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

py-singer-tap-github: Import py-singer-tap-github-3.0.1 as wip/py-singer-tap-github



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Thu Mar 21 23:38:02 2024 +0100
Changeset:	ec35c1f677fdd6bb74b4c0b71655b1f313d6eae5

Added Files:
	py-singer-tap-github/ALTERNATIVES
	py-singer-tap-github/DESCR
	py-singer-tap-github/Makefile
	py-singer-tap-github/PLIST
	py-singer-tap-github/distinfo
	py-singer-tap-github/patches/patch-setup.py

Log Message:
py-singer-tap-github: Import py-singer-tap-github-3.0.1 as wip/py-singer-tap-github

Singer.io tap for extracting data from the GitHub API.

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

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

diffstat:
 py-singer-tap-github/ALTERNATIVES           |  1 +
 py-singer-tap-github/DESCR                  |  1 +
 py-singer-tap-github/Makefile               | 26 ++++++++++++++
 py-singer-tap-github/PLIST                  | 53 +++++++++++++++++++++++++++++
 py-singer-tap-github/distinfo               |  6 ++++
 py-singer-tap-github/patches/patch-setup.py | 26 ++++++++++++++
 6 files changed, 113 insertions(+)

diffs:
diff --git a/py-singer-tap-github/ALTERNATIVES b/py-singer-tap-github/ALTERNATIVES
new file mode 100644
index 0000000000..30169d41bf
--- /dev/null
+++ b/py-singer-tap-github/ALTERNATIVES
@@ -0,0 +1 @@
+bin/singer-tap-github @PREFIX@/bin/singer-tap-github@PYVERSSUFFIX@
diff --git a/py-singer-tap-github/DESCR b/py-singer-tap-github/DESCR
new file mode 100644
index 0000000000..121e55a09d
--- /dev/null
+++ b/py-singer-tap-github/DESCR
@@ -0,0 +1 @@
+Singer.io tap for extracting data from the GitHub API.
diff --git a/py-singer-tap-github/Makefile b/py-singer-tap-github/Makefile
new file mode 100644
index 0000000000..b73f621fae
--- /dev/null
+++ b/py-singer-tap-github/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD$
+
+DISTNAME=	tap-github-3.0.1
+PKGNAME=	${PYPKGPREFIX}-singer-${DISTNAME}
+CATEGORIES=	www python
+MASTER_SITES=	${MASTER_SITE_PYPI:=t/tap-github/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/singer-io/tap-github
+COMMENT=	Singer Tap to extract data from the GitHub API
+LICENSE=	gnu-agpl-v3
+
+DEPENDS+=	${PYPKGPREFIX}-backoff>=1.8.0:../../wip/py-backoff
+DEPENDS+=	${PYPKGPREFIX}-requests>=2.31.0:../../devel/py-requests
+DEPENDS+=	${PYPKGPREFIX}-singer-python>=5.12.1:../../wip/py-singer-python
+
+USE_LANGUAGES=	# none
+
+PYTHON_VERSIONS_INCOMPATIBLE=	27	# only for Python 3
+
+post-install:
+	cd ${DESTDIR}${PREFIX}/bin && \
+	${MV} tap-github singer-tap-github${PYVERSSUFFIX} || ${TRUE}
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-singer-tap-github/PLIST b/py-singer-tap-github/PLIST
new file mode 100644
index 0000000000..6ee3ad5894
--- /dev/null
+++ b/py-singer-tap-github/PLIST
@@ -0,0 +1,53 @@
+@comment $NetBSD$
+bin/singer-tap-github${PYVERSSUFFIX}
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/tap_github/__init__.py
+${PYSITELIB}/tap_github/__init__.pyc
+${PYSITELIB}/tap_github/__init__.pyo
+${PYSITELIB}/tap_github/client.py
+${PYSITELIB}/tap_github/client.pyc
+${PYSITELIB}/tap_github/client.pyo
+${PYSITELIB}/tap_github/discover.py
+${PYSITELIB}/tap_github/discover.pyc
+${PYSITELIB}/tap_github/discover.pyo
+${PYSITELIB}/tap_github/schema.py
+${PYSITELIB}/tap_github/schema.pyc
+${PYSITELIB}/tap_github/schema.pyo
+${PYSITELIB}/tap_github/schemas/assignees.json
+${PYSITELIB}/tap_github/schemas/collaborators.json
+${PYSITELIB}/tap_github/schemas/comments.json
+${PYSITELIB}/tap_github/schemas/commit_comments.json
+${PYSITELIB}/tap_github/schemas/commits.json
+${PYSITELIB}/tap_github/schemas/events.json
+${PYSITELIB}/tap_github/schemas/issue_events.json
+${PYSITELIB}/tap_github/schemas/issue_labels.json
+${PYSITELIB}/tap_github/schemas/issue_milestones.json
+${PYSITELIB}/tap_github/schemas/issues.json
+${PYSITELIB}/tap_github/schemas/pr_commits.json
+${PYSITELIB}/tap_github/schemas/project_cards.json
+${PYSITELIB}/tap_github/schemas/project_columns.json
+${PYSITELIB}/tap_github/schemas/projects.json
+${PYSITELIB}/tap_github/schemas/pull_requests.json
+${PYSITELIB}/tap_github/schemas/releases.json
+${PYSITELIB}/tap_github/schemas/review_comments.json
+${PYSITELIB}/tap_github/schemas/reviews.json
+${PYSITELIB}/tap_github/schemas/shared/issue_permissions.json
+${PYSITELIB}/tap_github/schemas/shared/performed_via_github_app.json
+${PYSITELIB}/tap_github/schemas/shared/pull_permissions.json
+${PYSITELIB}/tap_github/schemas/shared/reactions.json
+${PYSITELIB}/tap_github/schemas/shared/user.json
+${PYSITELIB}/tap_github/schemas/stargazers.json
+${PYSITELIB}/tap_github/schemas/team_members.json
+${PYSITELIB}/tap_github/schemas/team_memberships.json
+${PYSITELIB}/tap_github/schemas/teams.json
+${PYSITELIB}/tap_github/streams.py
+${PYSITELIB}/tap_github/streams.pyc
+${PYSITELIB}/tap_github/streams.pyo
+${PYSITELIB}/tap_github/sync.py
+${PYSITELIB}/tap_github/sync.pyc
+${PYSITELIB}/tap_github/sync.pyo
diff --git a/py-singer-tap-github/distinfo b/py-singer-tap-github/distinfo
new file mode 100644
index 0000000000..daf417e810
--- /dev/null
+++ b/py-singer-tap-github/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+BLAKE2s (tap-github-3.0.1.tar.gz) = 2d6a2d3280aa98f6784f426a02977402fd5232b7b08b38c07835f5c653c801b0
+SHA512 (tap-github-3.0.1.tar.gz) = 6c0c03ff38f84a81e522a3c57d9525593df2e8e6effd6729cf0af9c60f18a5b3562203fd9cd3fdfb8834c17617bb369689fb5047a2f382cab6036c42b1ba3d28
+Size (tap-github-3.0.1.tar.gz) = 49736 bytes
+SHA1 (patch-setup.py) = 3f74182644c066a2b679db55afbd409a3accb968
diff --git a/py-singer-tap-github/patches/patch-setup.py b/py-singer-tap-github/patches/patch-setup.py
new file mode 100644
index 0000000000..8c447effb5
--- /dev/null
+++ b/py-singer-tap-github/patches/patch-setup.py
@@ -0,0 +1,26 @@
+$NetBSD$
+
+Relax too strict version requirements.
+
+--- setup.py.orig	2024-03-11 14:12:17.000000000 +0000
++++ setup.py
+@@ -10,9 +10,9 @@ setup(name='tap-github',
+       classifiers=['Programming Language :: Python :: 3 :: Only'],
+       py_modules=['tap_github'],
+       install_requires=[
+-          'singer-python==5.12.1',
+-          'requests==2.31.0',
+-          'backoff==1.8.0'
++          'singer-python>=5.12.1',
++          'requests>=2.31.0',
++          'backoff>=1.8.0'
+       ],
+       extras_require={
+           'dev': [
+@@ -31,4 +31,4 @@ setup(name='tap-github',
+           'tap_github': ['tap_github/schemas/*.json']
+       },
+       include_package_data=True
+-)
+\ No newline at end of file
++)


Home | Main Index | Thread Index | Old Index