pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Import sentry-sdk as py-sentry-sdk (version 0.7.7)
Module Name: pkgsrc-wip
Committed By: Pierre Pronchery <khorben%defora.org@localhost>
Pushed By: khorben
Date: Fri Oct 11 06:38:19 2019 +0200
Changeset: e1d0e34c6d61e7ae0e9f69a8081398629fc0e9f8
Modified Files:
Makefile
Added Files:
py-sentry-sdk/DESCR
py-sentry-sdk/Makefile
py-sentry-sdk/PLIST
py-sentry-sdk/distinfo
Log Message:
Import sentry-sdk as py-sentry-sdk (version 0.7.7)
This is the next line of the Python SDK for Sentry, intended to replace
the raven package on PyPI.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e1d0e34c6d61e7ae0e9f69a8081398629fc0e9f8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
py-sentry-sdk/DESCR | 2 +
py-sentry-sdk/Makefile | 22 ++++++++++
py-sentry-sdk/PLIST | 112 +++++++++++++++++++++++++++++++++++++++++++++++++
py-sentry-sdk/distinfo | 6 +++
5 files changed, 143 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 29962ba98f..d59972d372 100644
--- a/Makefile
+++ b/Makefile
@@ -3980,6 +3980,7 @@ SUBDIR+= py-semidbm
SUBDIR+= py-sempy
SUBDIR+= py-semver
SUBDIR+= py-sentry
+SUBDIR+= py-sentry-sdk
SUBDIR+= py-sep
SUBDIR+= py-setupdocs
SUBDIR+= py-setuptools-rust
diff --git a/py-sentry-sdk/DESCR b/py-sentry-sdk/DESCR
new file mode 100644
index 0000000000..e1f3440e93
--- /dev/null
+++ b/py-sentry-sdk/DESCR
@@ -0,0 +1,2 @@
+This is the next line of the Python SDK for Sentry, intended to replace
+the raven package on PyPI.
diff --git a/py-sentry-sdk/Makefile b/py-sentry-sdk/Makefile
new file mode 100644
index 0000000000..1d8d0ae342
--- /dev/null
+++ b/py-sentry-sdk/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD$
+
+GITHUB_PROJECT= sentry-python
+DISTNAME= sentry-sdk-${GITHUB_RELEASE}
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_GITHUB:=getsentry/}
+GITHUB_RELEASE= 0.7.7
+DIST_SUBDIR= ${GITHUB_PROJECT}
+
+MAINTAINER= khorben%defora.org@localhost
+HOMEPAGE= https://github.com/getsentry/sentry-python/
+COMMENT= The new Python SDK for Sentry.io
+LICENSE= 2-clause-bsd
+
+DEPENDS+= ${PYPKGPREFIX}-certifi>=0:../../security/py-certifi
+DEPENDS+= ${PYPKGPREFIX}-urllib3>=1.9:../../www/py-urllib3
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-sentry-sdk/PLIST b/py-sentry-sdk/PLIST
new file mode 100644
index 0000000000..ae473a5da5
--- /dev/null
+++ b/py-sentry-sdk/PLIST
@@ -0,0 +1,112 @@
+@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}/sentry_sdk/__init__.py
+${PYSITELIB}/sentry_sdk/__init__.pyo
+${PYSITELIB}/sentry_sdk/__init__.pyc
+${PYSITELIB}/sentry_sdk/_compat.pyo
+${PYSITELIB}/sentry_sdk/_compat.pyc
+${PYSITELIB}/sentry_sdk/api.pyo
+${PYSITELIB}/sentry_sdk/api.pyc
+${PYSITELIB}/sentry_sdk/client.pyo
+${PYSITELIB}/sentry_sdk/client.pyc
+${PYSITELIB}/sentry_sdk/consts.pyo
+${PYSITELIB}/sentry_sdk/consts.pyc
+${PYSITELIB}/sentry_sdk/debug.pyo
+${PYSITELIB}/sentry_sdk/debug.pyc
+${PYSITELIB}/sentry_sdk/hub.pyo
+${PYSITELIB}/sentry_sdk/hub.pyc
+${PYSITELIB}/sentry_sdk/scope.pyo
+${PYSITELIB}/sentry_sdk/scope.pyc
+${PYSITELIB}/sentry_sdk/transport.pyo
+${PYSITELIB}/sentry_sdk/transport.pyc
+${PYSITELIB}/sentry_sdk/utils.pyo
+${PYSITELIB}/sentry_sdk/utils.pyc
+${PYSITELIB}/sentry_sdk/worker.pyo
+${PYSITELIB}/sentry_sdk/worker.pyc
+${PYSITELIB}/sentry_sdk/_compat.py
+${PYSITELIB}/sentry_sdk/api.py
+${PYSITELIB}/sentry_sdk/client.py
+${PYSITELIB}/sentry_sdk/consts.py
+${PYSITELIB}/sentry_sdk/debug.py
+${PYSITELIB}/sentry_sdk/hub.py
+${PYSITELIB}/sentry_sdk/integrations/__init__.py
+${PYSITELIB}/sentry_sdk/integrations/__init__.pyo
+${PYSITELIB}/sentry_sdk/integrations/__init__.pyc
+${PYSITELIB}/sentry_sdk/integrations/_wsgi_common.pyo
+${PYSITELIB}/sentry_sdk/integrations/_wsgi_common.pyc
+${PYSITELIB}/sentry_sdk/integrations/aiohttp.pyo
+${PYSITELIB}/sentry_sdk/integrations/aiohttp.pyc
+${PYSITELIB}/sentry_sdk/integrations/argv.pyo
+${PYSITELIB}/sentry_sdk/integrations/argv.pyc
+${PYSITELIB}/sentry_sdk/integrations/atexit.pyo
+${PYSITELIB}/sentry_sdk/integrations/atexit.pyc
+${PYSITELIB}/sentry_sdk/integrations/aws_lambda.pyo
+${PYSITELIB}/sentry_sdk/integrations/aws_lambda.pyc
+${PYSITELIB}/sentry_sdk/integrations/celery.pyo
+${PYSITELIB}/sentry_sdk/integrations/celery.pyc
+${PYSITELIB}/sentry_sdk/integrations/dedupe.pyo
+${PYSITELIB}/sentry_sdk/integrations/dedupe.pyc
+${PYSITELIB}/sentry_sdk/integrations/excepthook.pyo
+${PYSITELIB}/sentry_sdk/integrations/excepthook.pyc
+${PYSITELIB}/sentry_sdk/integrations/flask.pyo
+${PYSITELIB}/sentry_sdk/integrations/flask.pyc
+${PYSITELIB}/sentry_sdk/integrations/gnu_backtrace.pyo
+${PYSITELIB}/sentry_sdk/integrations/gnu_backtrace.pyc
+${PYSITELIB}/sentry_sdk/integrations/logging.pyo
+${PYSITELIB}/sentry_sdk/integrations/logging.pyc
+${PYSITELIB}/sentry_sdk/integrations/modules.pyo
+${PYSITELIB}/sentry_sdk/integrations/modules.pyc
+${PYSITELIB}/sentry_sdk/integrations/pyramid.pyo
+${PYSITELIB}/sentry_sdk/integrations/pyramid.pyc
+${PYSITELIB}/sentry_sdk/integrations/rq.pyo
+${PYSITELIB}/sentry_sdk/integrations/rq.pyc
+${PYSITELIB}/sentry_sdk/integrations/sanic.pyo
+${PYSITELIB}/sentry_sdk/integrations/sanic.pyc
+${PYSITELIB}/sentry_sdk/integrations/serverless.pyo
+${PYSITELIB}/sentry_sdk/integrations/serverless.pyc
+${PYSITELIB}/sentry_sdk/integrations/stdlib.pyo
+${PYSITELIB}/sentry_sdk/integrations/stdlib.pyc
+${PYSITELIB}/sentry_sdk/integrations/threading.pyo
+${PYSITELIB}/sentry_sdk/integrations/threading.pyc
+${PYSITELIB}/sentry_sdk/integrations/tornado.pyo
+${PYSITELIB}/sentry_sdk/integrations/tornado.pyc
+${PYSITELIB}/sentry_sdk/integrations/wsgi.pyo
+${PYSITELIB}/sentry_sdk/integrations/wsgi.pyc
+${PYSITELIB}/sentry_sdk/integrations/_wsgi_common.py
+${PYSITELIB}/sentry_sdk/integrations/aiohttp.py
+${PYSITELIB}/sentry_sdk/integrations/argv.py
+${PYSITELIB}/sentry_sdk/integrations/atexit.py
+${PYSITELIB}/sentry_sdk/integrations/aws_lambda.py
+${PYSITELIB}/sentry_sdk/integrations/celery.py
+${PYSITELIB}/sentry_sdk/integrations/dedupe.py
+${PYSITELIB}/sentry_sdk/integrations/django/__init__.py
+${PYSITELIB}/sentry_sdk/integrations/django/__init__.pyo
+${PYSITELIB}/sentry_sdk/integrations/django/__init__.pyc
+${PYSITELIB}/sentry_sdk/integrations/django/templates.pyo
+${PYSITELIB}/sentry_sdk/integrations/django/templates.pyc
+${PYSITELIB}/sentry_sdk/integrations/django/transactions.pyo
+${PYSITELIB}/sentry_sdk/integrations/django/transactions.pyc
+${PYSITELIB}/sentry_sdk/integrations/django/templates.py
+${PYSITELIB}/sentry_sdk/integrations/django/transactions.py
+${PYSITELIB}/sentry_sdk/integrations/excepthook.py
+${PYSITELIB}/sentry_sdk/integrations/flask.py
+${PYSITELIB}/sentry_sdk/integrations/gnu_backtrace.py
+${PYSITELIB}/sentry_sdk/integrations/logging.py
+${PYSITELIB}/sentry_sdk/integrations/modules.py
+${PYSITELIB}/sentry_sdk/integrations/pyramid.py
+${PYSITELIB}/sentry_sdk/integrations/rq.py
+${PYSITELIB}/sentry_sdk/integrations/sanic.py
+${PYSITELIB}/sentry_sdk/integrations/serverless.py
+${PYSITELIB}/sentry_sdk/integrations/stdlib.py
+${PYSITELIB}/sentry_sdk/integrations/threading.py
+${PYSITELIB}/sentry_sdk/integrations/tornado.py
+${PYSITELIB}/sentry_sdk/integrations/wsgi.py
+${PYSITELIB}/sentry_sdk/scope.py
+${PYSITELIB}/sentry_sdk/transport.py
+${PYSITELIB}/sentry_sdk/utils.py
+${PYSITELIB}/sentry_sdk/worker.py
diff --git a/py-sentry-sdk/distinfo b/py-sentry-sdk/distinfo
new file mode 100644
index 0000000000..40acf80751
--- /dev/null
+++ b/py-sentry-sdk/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (sentry-python/sentry-sdk-0.7.7.tar.gz) = ff895330f145b295eda20faeb902f16dee96c9f3
+RMD160 (sentry-python/sentry-sdk-0.7.7.tar.gz) = edadc155c09364f65c47b1d7066fa13c39a208be
+SHA512 (sentry-python/sentry-sdk-0.7.7.tar.gz) = 01a74897036c131581a478fe62d831ee6dd235268108c9c62a26a3513ac7096c02ae3402de2c902ec4e70011b8edbe8a40bb30fc8fe32f579f1e39fd676465a5
+Size (sentry-python/sentry-sdk-0.7.7.tar.gz) = 41938 bytes
Home |
Main Index |
Thread Index |
Old Index