pkgsrc-WIP-changes archive

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

Removed py-oauth/py-oauth2 dependencies



Module Name:	pkgsrc-wip
Committed By:	Adam Ciarciński <aciarcinski%teonite.com@localhost>
Pushed By:	adam
Date:		Wed Sep 5 11:41:54 2018 +0200
Changeset:	5a6de8f1972ef72e8c2f22ddf7eaf6373bae84c3

Modified Files:
	gfeedline/Makefile
	gwibber/Makefile
	py-sentry/Makefile

Log Message:
Removed py-oauth/py-oauth2 dependencies

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

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

diffstat:
 gfeedline/Makefile | 3 +--
 gwibber/Makefile   | 3 +--
 py-sentry/Makefile | 7 ++++---
 3 files changed, 6 insertions(+), 7 deletions(-)

diffs:
diff --git a/gfeedline/Makefile b/gfeedline/Makefile
index 7fcd806cf5..3305e73293 100644
--- a/gfeedline/Makefile
+++ b/gfeedline/Makefile
@@ -16,11 +16,10 @@ DEPENDS+=	${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil
 DEPENDS+=	${PYPKGPREFIX}-twisted-[0-9]*:../../net/py-twisted
 #python-openssl
 DEPENDS+=	${PYPKGPREFIX}-beautifulsoup-[0-9]*:../../www/py-beautifulsoup
-DEPENDS+=	${PYPKGPREFIX}-oauth-[0-9]*:../../security/py-oauth
 DEPENDS+=	${PYPKGPREFIX}-xdg-[0-9]*:../../devel/py-xdg
 DEPENDS+=	${PYPKGPREFIX}-distutils-extra-[0-9]*:../../wip/py-distutils-extra
 
-PYTHON_VERSIONS_INCOMPATIBLE=	34 35 36 37 # py-beautifulsoup, py-gobject
+PYTHON_VERSIONS_ACCEPTED=	27 # py-beautifulsoup, py-gobject
 
 USE_LANGUAGES=		# none
 NO_BUILD=		YES
diff --git a/gwibber/Makefile b/gwibber/Makefile
index a075988880..3d8b19baea 100644
--- a/gwibber/Makefile
+++ b/gwibber/Makefile
@@ -31,10 +31,9 @@ DEPENDS+=	${PYPKGPREFIX}-curl-[0-9]*:../../www/py-curl
 DEPENDS+=	${PYPKGPREFIX}-gnome2-desktop-[0-9]*:../../x11/py-gnome2-desktop
 DEPENDS+=	${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
 #DEPENDS+=	${PYPKGPREFIX}-keyring-[0-9]*:../../security/py-keyring
-DEPENDS+=	${PYPKGPREFIX}-oauth-[0-9]*:../../security/py-oauth
 DEPENDS+=	${PYPKGPREFIX}-gnome2-extras-[0-9]*:../../x11/py-gnome2-extras
 
-PYTHON_VERSIONS_INCOMPATIBLE=	34 35 36 37 # py-ORBit via py-gnome2, py-mxDateTime, py-imaging, py-notify, py-gtk2, py-gtk2 via py-webkit
+PYTHON_VERSIONS_ACCEPTED=	27 # py-ORBit via py-gnome2, py-mxDateTime, py-imaging, py-notify, py-gtk2, py-gtk2 via py-webkit
 
 SUBST_CLASSES+=		prefix
 SUBST_STAGE.prefix=	post-patch
diff --git a/py-sentry/Makefile b/py-sentry/Makefile
index be652e8c3d..a54b279c8b 100644
--- a/py-sentry/Makefile
+++ b/py-sentry/Makefile
@@ -2,11 +2,11 @@
 
 DISTNAME=	sentry-8.22.0
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=	www
+CATEGORIES=	www python
 MASTER_SITES=	${MASTER_SITE_PYPI:=s/sentry/}
 
 MAINTAINER=	kamelderouiche%yahoo.com@localhost
-HOMEPAGE=	https://www.getsentry.com
+HOMEPAGE=	https://www.getsentry.com/
 COMMENT=	Realtime logging and aggregation server
 LICENSE=	modified-bsd
 
@@ -38,7 +38,6 @@ DEPENDS+=	${PYPKGPREFIX}-lxml>=4.2.1:../../textproc/py-lxml
 DEPENDS+=	${PYPKGPREFIX}-memcached>=1.59:../../devel/py-memcached
 DEPENDS+=	${PYPKGPREFIX}-mmh3>=2.5.1:../../wip/py-mmh3
 DEPENDS+=	${PYPKGPREFIX}-mock>=2.0.0:../../devel/py-mock
-DEPENDS+=	${PYPKGPREFIX}-oauth2>=1.5.211:../../security/py-oauth2
 DEPENDS+=	${PYPKGPREFIX}-openid>=2.2.5:../../security/py-openid
 DEPENDS+=	${PYPKGPREFIX}-Pillow>=5.0.0:../../graphics/py-Pillow
 DEPENDS+=	${PYPKGPREFIX}-percy>=1.1.2:../../wip/py-percy
@@ -70,5 +69,7 @@ DEPENDS+=	${PYPKGPREFIX}-ua-parser>=0.8.0:../../wip/py-ua-parser
 DEPENDS+=	${PYPKGPREFIX}-urllib3>=1.22:../../www/py-urllib3
 DEPENDS+=	${PYPKGPREFIX}-uwsgi>=2.0.17:../../www/py-uwsgi
 
+PYTHON_VERSIONS_ACCEPTED=	27  # py-openid
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index