Automatically create and update a spack package base on the pypi.org information
Project description
pip2Spack
Automatically create and update a spack package base on the pypi.org information.
Cons:
- Faster package creation than using the default option
spack create
- Automatic updating of existing packages with information contained on pypi.org
TL;DR
// install
pip install pip2spack
// create new one
pip2spack create jsl
// update a internal (bultin) package
pip2spack update codecov
// download latest package locally
pip2spack download jsl codecov
Installation
Later, the package will be added into pypi repository.
pip install pip2spack
Build
To build a .whl package
pip install setuptools wheel twine
python setup.py sdist bdist_wheel
Than go to dist
directory and type
pip install pip2spack-1.0-py3-none-any.whl
Run
Before you run the script download a spack and export SPACK_ROOT
.
Create a new package
To run a script, provide a package names:
pip2spack create {package_names_for_convert}
Example for creation one new package:
pip2spack create jsl
you can also create more than one in single run:
pip2spack create jsl codecov
Updating existing packages (builtin)
Since v0.2, pip2spack is able to update builtin packages to newest version base on the pypi.org information.
No more adding a new version thru Spack's Pull Requests!
Example:
pip2spack update codecov
Notice: You can not to create and update packages at once. These operations are separated (in actual version)
Downloading a newest packages locally
Since v1.1, pip2spack is able to download latest .tar.gz
/.whl
package locally, using download
command
Example:
pip2spack download jsl codecov
Packages will be stored at the temp
directory (depends on the OS), proper information wit storage place will be displayed.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pip2spack-1.4.1.tar.gz
.
File metadata
- Download URL: pip2spack-1.4.1.tar.gz
- Upload date:
- Size: 39.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 38a9c6e04c9344be6d308214d99c57e3586e3b482037cc7d4a692280c1543dbe |
|
MD5 | d3962e0dba8174ced63852e25602a1a3 |
|
BLAKE2b-256 | 384f8b17084af5419ddcf801d035896b48481d9aa6b3ff844a10f3b8ec55276d |
File details
Details for the file pip2spack-1.4.1-py2.py3-none-any.whl
.
File metadata
- Download URL: pip2spack-1.4.1-py2.py3-none-any.whl
- Upload date:
- Size: 44.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9c336e12820cb9b812a3249692e72470156b122cb717beeafa024dc5013519c7 |
|
MD5 | fb9c863595a365b4b58e115d2de7fcf5 |
|
BLAKE2b-256 | 661e71d7534e9e5e329d7ed4c6345cb19cc6fc629cd78ffbe5798a8b3a76f229 |