mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
jaraco.itertools Tools for working with iterables. Complements itertools
and more_itertools. WWW: https://github.com/jaraco/jaraco.itertools
This commit is contained in:
parent
67326713e0
commit
cb37f91475
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=417315
4 changed files with 30 additions and 0 deletions
|
@ -4165,6 +4165,7 @@
|
|||
SUBDIR += py-itools
|
||||
SUBDIR += py-jaraco.classes
|
||||
SUBDIR += py-jaraco.functools
|
||||
SUBDIR += py-jaraco.itertools
|
||||
SUBDIR += py-jaraco.timing
|
||||
SUBDIR += py-jaraco.util
|
||||
SUBDIR += py-jcc
|
||||
|
|
23
devel/py-jaraco.itertools/Makefile
Normal file
23
devel/py-jaraco.itertools/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Created by: Mark Felder <feld@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= jaraco.itertools
|
||||
PORTVERSION= 1.7.1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= feld@FreeBSD.org
|
||||
COMMENT= Tools for working with iterables
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six \
|
||||
${PYTHON_PKGNAMEPREFIX}more-itertools>0:devel/py-more-itertools \
|
||||
${PYTHON_PKGNAMEPREFIX}inflect>0:devel/py-inflect
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/py-jaraco.itertools/distinfo
Normal file
2
devel/py-jaraco.itertools/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (jaraco.itertools-1.7.1.tar.gz) = bf5c7bf22c930a0c5942e0850166b10c77bbb6286117ac2c619c78c86db97d7b
|
||||
SIZE (jaraco.itertools-1.7.1.tar.gz) = 10224
|
4
devel/py-jaraco.itertools/pkg-descr
Normal file
4
devel/py-jaraco.itertools/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
jaraco.itertools Tools for working with iterables. Complements itertools
|
||||
and more_itertools.
|
||||
|
||||
WWW: https://github.com/jaraco/jaraco.itertools
|
Loading…
Add table
Reference in a new issue