Skip to content

Commit

Permalink
This works somwhow on TestPyPi
Browse files Browse the repository at this point in the history
  • Loading branch information
obestwalter committed Dec 6, 2014
1 parent 2b0eb8f commit 88e773f
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 6 deletions.
5 changes: 5 additions & 0 deletions MANIFEST
@@ -0,0 +1,5 @@
# file GENERATED by distutils, do NOT edit
LICENSE
README.md
setup.py
bin/pyenv-installer
12 changes: 7 additions & 5 deletions README.md
Expand Up @@ -25,12 +25,14 @@ The project (this repository) is mapped into the vagrant image at /vagrant

Done. pyenv is installed and responding.

## The real problems
## It's on TestPyPI

* automate shell integration (a.k.a adding stuff to the correct user profile without pissing them off)
`pip install --egg -i https://testpypi.python.org/pypi pyenv`

* automate dependency installations (a.k.a automate solutions for [common build problems](https://github.com/yyuu/pyenv/wiki/Common-build-problems))
Anybody know how to get rid of the `--egg` param?

## Todo test it on TestPyPI
## The real problems (inherited from the original installer)

* register it on [testPyPi](https://wiki.python.org/moin/TestPyPI) test and try from there
* shell integration not automated

* dependency installation for building python version not automated - see [common build problems](https://github.com/yyuu/pyenv/wiki/Common-build-problems))
Binary file added dist/pyenv-0.0.1.tar.gz
Binary file not shown.
2 changes: 2 additions & 0 deletions setup.cfg
@@ -0,0 +1,2 @@
[metadata]
description-file = README.md
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -10,7 +10,6 @@ def run(self):


distutils.core.setup(
cmdclass=dict(install=PyenvInstall),
name="pyenv",
version='0.0.1', # todo
classifiers=[
Expand All @@ -24,4 +23,6 @@ def run(self):
'Topic :: System :: Systems Administration',
'Topic :: Utilities',
],
cmdclass=dict(install=PyenvInstall),
# data_files=[('bin', ['bm/b1.gif', 'bm/b2.gif'])]
)
1 change: 1 addition & 0 deletions vagrant-salt/all.sls
Expand Up @@ -2,3 +2,4 @@ sys-packages:
pkg.installed:
- names:
- git
- python-pip

0 comments on commit 88e773f

Please sign in to comment.