aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix running scripts in the repoTim Harder2017-09-231-1/+1
|
* move dist modules back into snakeoilTim Harder2015-08-041-1/+1
| | | | | The setup_requires attribute for setuptools should work well enough to pull in snakeoil before the setup script is run.
* simplify the wrapper script functionalityTim Harder2015-07-261-1/+1
| | | | | | | | | | | | | | This rids us of the pwrapper/pwrapper_installed linking method. Now the initialization code lives in the main pkgcore.scripts module which handles sys.path munging for repos and tarballs as well as being used as a target for installed scripts that are generated during the build process. We could trivially use entry_points from setuptools to generate and install the scripts as well, but that appears to add a relatively significant amount of extra runtime for scripts executing under a second due to all the extra modules pkg_resources imports. Also, we probably don't need the extra complexity and layers of abstraction anyway.
* merge up from marienz; mainly script changes.Brian Harring2006-09-151-0/+1