Skip to content

pmclanahan/basket-lib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dependencies for basket <http://github.com/mozilla/basket>.

It goes something (but only something) like this:

pip install --no-install --build=vendor/packages --src=vendor/src -I -r requirements/dev.txt
cd vendor/
find packages src -type d -depth 1 >| basket.pth
perl -pi -e 's:httplib2:httplib2/python2:' basket.pth

git init
for f in src/*\
    pushd $f >/dev/null && REPO=$(git config remote.origin.url) && popd > /dev/null && git submodule add $REPO $f
git add .

About

vendor library for basket

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.0%
  • C 2.1%
  • Other 0.9%