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 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python 1.0 |
---|
6 | PortGroup github 1.0 |
---|
7 | |
---|
8 | github.setup ilanschnell bitarray 0.8.0 |
---|
9 | name py-bitarray |
---|
10 | categories python |
---|
11 | platforms darwin |
---|
12 | license PSF |
---|
13 | python.versions 26 27 |
---|
14 | |
---|
15 | description This module provides an object type which efficiently represents an array of booleans. |
---|
16 | long_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. |
---|
22 | maintainers node99.org:sean openmaintainer |
---|
23 | |
---|
24 | checksums rmd160 41f6c4c1b432327ebfbdadaa6c267c6b62a0da4e \ |
---|
25 | sha256 2723b570fafd2c0104b7e5a72432c039576ccdfe9390cd11b7ceb8c00055928b |
---|