Ticket #38403: Portfile.2

File Portfile.2, 1.2 KB (added by sean@…, 11 years ago)

Fetching tarball of 0.8.0 (0.8.1 is not a tag yet), use github subgroup

Line 
1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2# $Id$
3
4PortSystem          1.0
5PortGroup           python 1.0
6PortGroup           github 1.0
7
8github.setup        ilanschnell bitarray 0.8.0
9name                py-bitarray
10categories          python
11platforms           darwin
12license             PSF
13python.versions     26 27
14
15description         This module provides an object type which efficiently represents an array of booleans.
16long_description    This module provides an object type which efficiently represents \
17                    an array of booleans. Bitarrays are sequence types and behave very \
18                    much like usual lists. Eight bits are represented by one byte in \
19                    a contiguous block of memory. The user can select between two \
20                    representations\; little-endian and big-endian. All of the functionality \
21                    is implemented in C.
22maintainers         node99.org:sean openmaintainer
23
24checksums           rmd160 41f6c4c1b432327ebfbdadaa6c267c6b62a0da4e \
25                    sha256 2723b570fafd2c0104b7e5a72432c039576ccdfe9390cd11b7ceb8c00055928b