1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00

Add py-partd 1.1.0

PartD provides key-value byte store with appendable values. It stores key-value
pairs. Values are raw bytes. We append on old values. PartD excels at shuffling
operations.

WWW: https://github.com/dask/partd
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-02-21 20:22:56 +00:00
parent 62c776befb
commit 363e56f2b8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=526693
4 changed files with 30 additions and 0 deletions

View File

@ -789,6 +789,7 @@
SUBDIR += py-mysql2pgsql
SUBDIR += py-mysqlclient
SUBDIR += py-oursql
SUBDIR += py-partd
SUBDIR += py-peewee
SUBDIR += py-peewee_migrate
SUBDIR += py-pg8000

View File

@ -0,0 +1,21 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= partd
PORTVERSION= 1.1.0
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Appendable key-value storage
LICENSE= BSD4CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= python:3.5+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1582312138
SHA256 (partd-1.1.0.tar.gz) = 6e258bf0810701407ad1410d63d1a15cfd7b773fd9efe555dac6bb82cc8832b0
SIZE (partd-1.1.0.tar.gz) = 35497

View File

@ -0,0 +1,5 @@
PartD provides key-value byte store with appendable values. It stores key-value
pairs. Values are raw bytes. We append on old values. PartD excels at shuffling
operations.
WWW: https://github.com/dask/partd