Skip to content
Snippets Groups Projects
Commit 05f42514 authored by Yuri Victorovich's avatar Yuri Victorovich
Browse files

devel/py-plucky: New port: Plucking keys/paths/items safely from Python objects

parent a7150176
No related branches found
No related tags found
No related merge requests found
......@@ -4940,6 +4940,7 @@
SUBDIR += py-platformdirs
SUBDIR += py-plette
SUBDIR += py-plex
SUBDIR += py-plucky
SUBDIR += py-pluggy
SUBDIR += py-pluggy0
SUBDIR += py-pluginbase
......
PORTNAME= plucky
DISTVERSION= 0.4.3
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Plucking keys/paths/items safely from Python objects
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>
TIMESTAMP = 1660496534
SHA256 (plucky-0.4.3.tar.gz) = 5bc75d43ae6b40f1b7ba42000b37e4934fa6bd2d6a6cd4e47461f803a404c194
SIZE (plucky-0.4.3.tar.gz) = 8478
plucky.pluckable happily wraps any Python object and allows for chained soft
plucking with attribute- and item- getters (e.g. .attr, ["key"], [idx], [::2],
or a combination: ["key1", "key2"], and [0, 3:7, ::-1];
even: ["length", 0:5, 7]).
WWW: https://github.com/randomir/plucky
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment