Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Would be nice to see this on pypi #56

Closed
vpal opened this issue Feb 5, 2017 · 5 comments
Closed

Would be nice to see this on pypi #56

vpal opened this issue Feb 5, 2017 · 5 comments

Comments

@vpal
Copy link

vpal commented Feb 5, 2017

It would be really nice and maybe also more standard and safe to make this installable into the user's home directory with pip install --user safeeyes instead of adding PPAs or un-targzing this into /.
It would also be easier to update (pip install --upgrade --user safeeyes) for people who do not want to add third party PPAs to apply updates as opposed to the tar.gz method.
Just an idea to consider.

Thanks.

@slgobinath
Copy link
Owner

Hi @vpal,
Can we install non-python dependencies using this way? Example: gir1.2-appindicator3-0.1 and mpg123

@vpal
Copy link
Author

vpal commented Feb 5, 2017

No. You can't. Those system level dependencies would have to be installed manually the same way like you would do with the current targz installs.
(AFAIK you can only list "python level" dependencies in python packages, like other packages from pypi and those will then also be installed by pip.)

This could rather be an alternative to the targz install then to the PPA install.

@hartwork
Copy link
Contributor

If there is interest in submitting to PyPI later: This commands works well for uploading new releases for me:

python setup.py sdist upload -r https://pypi.python.org/pypi

I'm sharing that because of the -r ... part.

@slgobinath
Copy link
Owner

@hartwork,
I am thinking of migrating to Python 3 as well #96. If possible, we will migrate to Python 3 and then submit to PyPi.
I like to include all these changes into v1.2.0 but these days I am little busy. After this weekend I will test #96 and consider this as well.

Btw thanks for your great support :-)

@slgobinath
Copy link
Owner

slgobinath commented Apr 15, 2017

Now SafeEyes 1.2.0 alpha is available on PyPI. I will push the stable release after testing on all the platforms.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants