Move textproc/py-elasticsearch-py to textproc/py-elasticsearch

- Change MASTER_SITES from GitHub to CHEESESHOP
- Update dependent ports:
  - Update RUN_DEPENDS
  - Bump PORTREVISION for dependency change
- Take maintainership
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-12-21 17:40:35 +00:00
parent a0805c0e13
commit 36898895fc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=456916
9 changed files with 15 additions and 13 deletions

View file

@ -1278,9 +1278,9 @@
SUBDIR += py-diff-match-patch
SUBDIR += py-docutils
SUBDIR += py-dsv
SUBDIR += py-elasticsearch
SUBDIR += py-elasticsearch-curator-py
SUBDIR += py-elasticsearch-dsl-py
SUBDIR += py-elasticsearch-py
SUBDIR += py-elasticsearch2-dsl-py
SUBDIR += py-elib.intl
SUBDIR += py-empy

View file

@ -4,6 +4,7 @@
PORTNAME= curator
PORTVERSION= 3.5.1
DISTVERSIONPREFIX= v
PORTREVISION= 1
CATEGORIES= textproc python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}elasticsearch-
PKGNAMESUFFIX= -py
@ -14,7 +15,7 @@ COMMENT= Python index manager for Elasticsearch
LICENSE= APACHE20
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}urllib3>=1.8.3:net/py-urllib3@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}elasticsearch-py>=1.8.0:textproc/py-elasticsearch-py@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}elasticsearch>=1.8.0:textproc/py-elasticsearch@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}click>=3.3:devel/py-click@${FLAVOR}
USE_GITHUB= yes

View file

@ -3,7 +3,7 @@
PORTNAME= elasticsearch-dsl-py
PORTVERSION= 0.0.11
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= textproc python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -12,7 +12,7 @@ COMMENT= High level Python client for Elasticsearch
LICENSE= APACHE20
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}elasticsearch-py>=1.3.0:textproc/py-elasticsearch-py@${FLAVOR}
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}elasticsearch>=1.3.0:textproc/py-elasticsearch@${FLAVOR}
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil@${FLAVOR}
USE_GITHUB= yes

View file

@ -1,3 +0,0 @@
TIMESTAMP = 1496948945
SHA256 (elasticsearch-elasticsearch-py-5.4.0_GH0.tar.gz) = a574eea0032b73765efc6072f7e2b87a6a64cda08c23559ad46b7f3046d5a217
SIZE (elasticsearch-elasticsearch-py-5.4.0_GH0.tar.gz) = 81286

View file

@ -1,12 +1,13 @@
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$
PORTNAME= elasticsearch-py
PORTNAME= elasticsearch
PORTVERSION= 5.4.0
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Official Python low-level client for Elasticsearch
LICENSE= APACHE20
@ -14,8 +15,6 @@ LICENSE= APACHE20
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}urllib3>=1.8.2:net/py-urllib3@${FLAVOR}
NO_ARCH= yes
USE_GITHUB= yes
GH_ACCOUNT= elasticsearch
USES= python
USE_PYTHON= distutils autoplist

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1513860454
SHA256 (elasticsearch-5.4.0.tar.gz) = e754c688e20fe73160fb6f7f5b63f2a71c78788dc9e6908950681d3a39b56e85
SIZE (elasticsearch-5.4.0.tar.gz) = 64429

View file

@ -3,6 +3,7 @@
PORTNAME= py-elasticsearch2-dsl-py
PORTVERSION= 2.1.0
PORTREVISION= 1
CATEGORIES= textproc python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -11,7 +12,7 @@ COMMENT= High level Python client for Elasticsearch
LICENSE= APACHE20
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}elasticsearch-py>=1.3.0:textproc/py-elasticsearch-py@${FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}elasticsearch>=1.3.0:textproc/py-elasticsearch@${FLAVOR}
USE_GITHUB= yes
GH_ACCOUNT= elastic

View file

@ -3,6 +3,7 @@
PORTNAME= pyelasticsearch
PORTVERSION= 1.4
PORTREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -14,7 +15,7 @@ LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}elasticsearch-py>=1.3.0:textproc/py-elasticsearch-py@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}elasticsearch>=1.3.0:textproc/py-elasticsearch@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}simplejson>=3.0:devel/py-simplejson@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=1.4.0:devel/py-six@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}urllib3>=1.8:net/py-urllib3@${FLAVOR}