www/py-searx: Move to www/searx because this is a server, not a library

Port changes:
* Add USE_PYTHON=noflavors
* While here, add missing dependency dns/py-idna

PR:		231401
Approved by:	loic.blot@unix-experience.fr (maintainer)
This commit is contained in:
Yuri Victorovich 2018-09-16 17:16:02 +00:00
parent 2945196fab
commit 37a182cb4c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=479897
8 changed files with 5 additions and 3 deletions

1
MOVED
View File

@ -10526,3 +10526,4 @@ www/hs-hS3||2018-09-16|Has expired: Not being developed upstream
converters/hs-dataenc||2018-09-16|Has expired: Not being developed upstream
devel/tinyq||2018-09-16|Has expired: Unmaintained upstream and unused in the ports tree
devel/hs-hashed-storage||2018-09-16|Has expired: Not being developed upstream
www/py-searx|www/searx|2018-09-16|Move to a proper directory: this is a server, not a library

View File

@ -1854,7 +1854,6 @@
SUBDIR += py-scrapy
SUBDIR += py-seafdav
SUBDIR += py-seafobj
SUBDIR += py-searx
SUBDIR += py-selector
SUBDIR += py-selenium
SUBDIR += py-slimit
@ -2234,6 +2233,7 @@
SUBDIR += seahub
SUBDIR += seamonkey
SUBDIR += seamonkey-i18n
SUBDIR += searx
SUBDIR += selenium
SUBDIR += serendipity
SUBDIR += serf

View File

@ -3,9 +3,9 @@
PORTNAME= searx
DISTVERSION= 0.14.0
PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= loic.blot@unix-experience.fr
COMMENT= Privacy-respecting, hackable metasearch engine
@ -16,6 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>0:security/py-certifi@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dateutil>0:devel/py-dateutil@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}Flask>0:www/py-flask@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}Flask-Babel>0:devel/py-flask-babel@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}idna>0:dns/py-idna@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}ndg_httpsclient>0:net/py-ndg_httpsclient@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}openssl>0:security/py-openssl@${PY_FLAVOR} \
@ -26,7 +27,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>0:security/py-certifi@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}werkzeug>0:www/py-werkzeug@${PY_FLAVOR}
USES= python:2.7
USE_PYTHON= distutils autoplist
USE_PYTHON= distutils autoplist noflavors
NO_ARCH= yes
USE_RC_SUBR= searx