Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
F
FreeBSD ports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
FreeBSD
FreeBSD ports
Commits
296ef56a
Verified
Commit
296ef56a
authored
3 years ago
by
sunpoet
Browse files
Options
Downloads
Patches
Plain Diff
databases/py-tiledb: Update to 0.8.9
Changes:
https://github.com/TileDB-Inc/TileDB-Py/releases
parent
61eb173d
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
databases/py-tiledb/Makefile
+3
-9
3 additions, 9 deletions
databases/py-tiledb/Makefile
databases/py-tiledb/distinfo
+3
-3
3 additions, 3 deletions
databases/py-tiledb/distinfo
databases/py-tiledb/files/patch-setup.py
+2
-2
2 additions, 2 deletions
databases/py-tiledb/files/patch-setup.py
with
8 additions
and
14 deletions
databases/py-tiledb/Makefile
+
3
−
9
View file @
296ef56a
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME
=
tiledb
PORTVERSION
=
0.8.
8
PORTVERSION
=
0.8.
9
CATEGORIES
=
databases python
MASTER_SITES
=
CHEESESHOP
PKGNAMEPREFIX
=
${
PYTHON_PKGNAMEPREFIX
}
...
...
@@ -23,13 +23,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cython>=0.27:lang/cython@${PY_FLAVOR} \
LIB_DEPENDS
=
libtiledb.so:databases/tiledb
RUN_DEPENDS
=
${
PYTHON_PKGNAMEPREFIX
}
numpy>
=
1.16,1:math/py-numpy@
${
PY_FLAVOR
}
USES
=
compiler:c++11-lang localbase python:3.
6
+
USES
=
compiler:c++11-lang localbase python:3.
7
+
USE_PYTHON
=
autoplist concurrent cython distutils
.
include
<bsd.port.pre.mk>
.if
${PYTHON_REL}
<
3700
RUN_DEPENDS
+=
${
PYTHON_PKGNAMEPREFIX
}
dataclasses>
=
0:devel/py-dataclasses@
${
PY_FLAVOR
}
.
endif
.
include
<bsd.port.post.mk>
.
include
<bsd.port.mk>
This diff is collapsed.
Click to expand it.
databases/py-tiledb/distinfo
+
3
−
3
View file @
296ef56a
TIMESTAMP = 16
19910
319
SHA256 (tiledb-0.8.
8
.tar.gz) = 8
66ceeac1b4e7cef4e492a5e5b22461d07df9ffdd455d7e145f2ac1808521bb8
SIZE (tiledb-0.8.
8
.tar.gz) = 20
3426
TIMESTAMP = 16
2118
319
6
SHA256 (tiledb-0.8.
9
.tar.gz) = 8
4f6ac2b732c968828c75b9d2db9168feac51f57cc4ca1888bab28ee4da1c59c
SIZE (tiledb-0.8.
9
.tar.gz) = 20
9655
This diff is collapsed.
Click to expand it.
databases/py-tiledb/files/patch-setup.py
+
2
−
2
View file @
296ef56a
---
setup
.
py
.
orig
2021
-
0
4
-
30
20
:
41
:
45
UTC
---
setup
.
py
.
orig
2021
-
0
5
-
13
21
:
29
:
51
UTC
+++
setup
.
py
@@
-
487
,
11
+
487
,
9
@@
def
cmake_available
():
def
setup_requires
():
...
...
@@ -18,6 +18,6 @@
install_requires
=
[
"
numpy>=1.16
"
,
-
"
wheel>=0.30
"
,
"
contextvars ;python_version<
'
3.7
'"
,
"
dataclasses ;python_version<
'
3.7
'"
,
],
packages
=
find_packages
(),
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment