ranranrunforit's picture
download
raw
634 Bytes
# XXX: Handle setuptools ?
from distutils.core import Distribution
# This class is used because we add new files (sconscripts, and so on) with the
# scons command
class NumpyDistribution(Distribution):
def __init__(self, attrs = None):
# A list of (sconscripts, pre_hook, post_hook, src, parent_names)
self.scons_data = []
# A list of installable libraries
self.installed_libraries = []
# A dict of pkg_config files to generate/install
self.installed_pkg_config = {}
Distribution.__init__(self, attrs)
def has_scons_scripts(self):
return bool(self.scons_data)

Xet Storage Details

Size:
634 Bytes
·
Xet hash:
76fbe5918953dbca1332b0edcc1cce95b2cf800d1962c36af9c0b5f97ede1bca

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.