SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

python2-blist rpm build for : Fedora 30. For other distributions click python2-blist.

Name : python2-blist
Version : 1.3.6 Vendor : Fedora Project
Release : 19.fc30 Date : 2019-02-02 13:57:33
Group : Unspecified Source RPM : python-blist-1.3.6-19.fc30.src.rpm
Size : 0.16 MB
Packager : Fedora Project
Summary : Faster list implementation for Python
Description :
The blist is a drop-in replacement for the Python list that provides
better performance when modifying large lists. The blist package also
provides sortedlist, sortedset, weaksortedlist, weaksortedset,
sorteddict, and btuple types.

Python\'s built-in list is a dynamically-sized array; to insert or
remove an item from the beginning or middle of the list, it has to
move most of the list in memory, i.e., O(n) operations. The blist uses
a flexible, hybrid array/tree structure and only needs to move a small
portion of items in memory, specifically using O(log n) operations.

For small lists, the blist and the built-in list have virtually
identical performance.

Python 2 version.

RPM found in directory: /packages/linux-pbone/archive.fedoraproject.org/fedora-secondary/releases/30/Everything/i386/os/Packages/p

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  python2-blist-1.3.6-19.fc30.i686.rpm
     Search for other platforms
python2-blist-1.3.6-19.fc30.sparc.rpm
python2-blist-1.3.6-19.fc30.alpha.rpm
python2-blist-1.3.6-19.fc30.ppc.rpm
python2-blist-1.3.6-19.fc30.ia64.rpm
python2-blist-1.3.6-19.fc30.s390.rpm

Provides :
python-blist
python-blist(x86-32)
python2-blist
python2-blist(x86-32)
python2.7dist(blist)
python2dist(blist)

Requires :
libc.so.6
libc.so.6(GLIBC_2.0)
libc.so.6(GLIBC_2.1.3)
libc.so.6(GLIBC_2.4)
libpython2.7.so.1.0
python(abi) = 2.7
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PartialHardlinkSets) <= 4.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1
rtld(GNU_HASH)


Content of RPM :
/usr/lib/.build-id
/usr/lib/.build-id/b8
/usr/lib/.build-id/b8/b16fc6913fae3dce7ebfe043d5d367012ea67e
/usr/lib/python2.7/site-packages/blist
/usr/lib/python2.7/site-packages/blist-1.3.6-py2.7.egg-info
/usr/lib/python2.7/site-packages/blist-1.3.6-py2.7.egg-info/PKG-INFO
/usr/lib/python2.7/site-packages/blist-1.3.6-py2.7.egg-info/SOURCES.txt
/usr/lib/python2.7/site-packages/blist-1.3.6-py2.7.egg-info/dependency_links.txt
/usr/lib/python2.7/site-packages/blist-1.3.6-py2.7.egg-info/not-zip-safe
/usr/lib/python2.7/site-packages/blist-1.3.6-py2.7.egg-info/top_level.txt
/usr/lib/python2.7/site-packages/blist/__init__.py
/usr/lib/python2.7/site-packages/blist/__init__.pyc
/usr/lib/python2.7/site-packages/blist/__init__.pyo
/usr/lib/python2.7/site-packages/blist/_blist.so
/usr/lib/python2.7/site-packages/blist/_btuple.py
/usr/lib/python2.7/site-packages/blist/_btuple.pyc
/usr/lib/python2.7/site-packages/blist/_btuple.pyo
/usr/lib/python2.7/site-packages/blist/_sorteddict.py
/usr/lib/python2.7/site-packages/blist/_sorteddict.pyc
/usr/lib/python2.7/site-packages/blist/_sorteddict.pyo
/usr/lib/python2.7/site-packages/blist/_sortedlist.py
/usr/lib/python2.7/site-packages/blist/_sortedlist.pyc
/usr/lib/python2.7/site-packages/blist/_sortedlist.pyo
/usr/share/doc/python2-blist
/usr/share/doc/python2-blist/README.rst
/usr/share/licenses/python2-blist
/usr/share/licenses/python2-blist/LICENSE

 
ICM