databases/py-arrow: Rename to databases/py-apache-arrow
This commit is contained in:
parent
ee0b603e10
commit
6fb92df27c
7 changed files with 5 additions and 4 deletions
1
MOVED
1
MOVED
|
@ -17200,3 +17200,4 @@ devel/android-tools-adb|devel/android-tools|2022-06-09|Port has been updated, un
|
|||
devel/android-tools-fastboot|devel/android-tools|2022-06-09|Port has been updated and consolidated into devel/android-tools
|
||||
devel/py-lark-parser|devel/py-lark|2022-06-09|Remove obsoleted port. Use devel/py-lark instead
|
||||
deskutils/egroupware|deskutils/egroupware@php74|2022-06-12|Merge into flavorized version
|
||||
databases/py-apache-arrow|databases/py-apache-arrow|2022-06-12|Rename to avoid conflict with devel/py-arrow and to match the project name
|
||||
|
|
|
@ -760,8 +760,8 @@
|
|||
SUBDIR += py-alembic
|
||||
SUBDIR += py-alembic14
|
||||
SUBDIR += py-alembic16
|
||||
SUBDIR += py-apache-arrow
|
||||
SUBDIR += py-apsw
|
||||
SUBDIR += py-arrow
|
||||
SUBDIR += py-asyncmy
|
||||
SUBDIR += py-asyncpg
|
||||
SUBDIR += py-berkeleydb
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
PORTNAME= arrow
|
||||
PORTNAME= apache-arrow
|
||||
DISTVERSION= 8.0.0
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= APACHE/${PORTNAME}/${PORTNAME}-${DISTVERSION}
|
||||
MASTER_SITES= APACHE/arrow/arrow-${DISTVERSION}
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= apache-${PORTNAME}-${DISTVERSION}
|
||||
DISTNAME= ${PORTNAME}-${DISTVERSION}
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= Columnar in-memory analytics layer for big data
|
Loading…
Reference in a new issue