Index: Makefile =================================================================== --- /dev/null +++ Makefile @@ -0,0 +1 @@ +include ../Makefile.common Index: package.yml =================================================================== --- /dev/null +++ package.yml @@ -0,0 +1,16 @@ +name : virtualenv-clone +version : 0.3.0 +release : 1 +source : + - https://files.pythonhosted.org/packages/14/2f/84b6a8e380439cdfdb71e0ced2a805a66e343ac540d3304bde6bc28fbb46/virtualenv-clone-0.3.0.tar.gz : b5cfe535d14dc68dfc1d1bb4ac1209ea28235b91156e2bba8e250d291c3fb4f8 +license : MIT +component : programming.python +summary : virtualenv-clone is a script for cloning a non-relocatable virtualenv +description: | + virtualenv-clone provides a way to make virtualenv's relocatable which could then be copied as we wanted +builddeps : + - python-setuptools +build : | + %python3_setup +install : | + %python3_install Index: pspec_x86_64.xml =================================================================== --- /dev/null +++ pspec_x86_64.xml @@ -0,0 +1,41 @@ + + + virtualenv-clone + + James Lee + jamesl33info@gmail.com + + MIT + programming.python + virtualenv-clone is a script for cloning a non-relocatable virtualenv + virtualenv-clone provides a way to make virtualenv's relocatable which could then be copied as we wanted + + https://solus-project.com/sources/README.Solus + + + virtualenv-clone + virtualenv-clone is a script for cloning a non-relocatable virtualenv + virtualenv-clone provides a way to make virtualenv's relocatable which could then be copied as we wanted + + programming.python + + /usr/bin/virtualenv-clone + /usr/lib/python3.6/site-packages/__pycache__/clonevirtualenv.cpython-36.pyc + /usr/lib/python3.6/site-packages/clonevirtualenv.py + /usr/lib/python3.6/site-packages/virtualenv_clone-0.3.0-py3.6.egg-info/PKG-INFO + /usr/lib/python3.6/site-packages/virtualenv_clone-0.3.0-py3.6.egg-info/SOURCES.txt + /usr/lib/python3.6/site-packages/virtualenv_clone-0.3.0-py3.6.egg-info/dependency_links.txt + /usr/lib/python3.6/site-packages/virtualenv_clone-0.3.0-py3.6.egg-info/entry_points.txt + /usr/lib/python3.6/site-packages/virtualenv_clone-0.3.0-py3.6.egg-info/top_level.txt + + + + + 2018-08-26 + 0.3.0 + Packaging update + James Lee + jamesl33info@gmail.com + + + \ No newline at end of file