A sample project depending no AGX, using agxver to solve deps
Project description
AGX dependency
This is an example project to prove that agxver can be used to retrieve the correct agx dependant pypi package.
Versions
1.1.0 --> 2.36.1.0 1.1.2 --> 2.36.1.2
Prove concept
poetry build -f wheel
pip3.9 install dist/needagx-1.1.2-py3-none-any.whl
Above will fail if agxver-2.36.1.2 is not installed, and will succeed if it is installed.
Choosing version from pypi
Prereqs:
- 1.1.0 is uploaded to pypi depending on 2.36.1.0
- 1.1.2 is uploaded to pypi depending on 2.36.1.2
cd agxver; git checkout 2.36.1.0; cd ..
pip3.0 install agxver
pip3.9 install needagx
# --> needagx 1.1.0 will be installed
cd agxver; git checkout 2.36.1.2; cd ..
pip3.0 install agxver
pip3.9 install needagx
# --> needagx 1.1.2 will be installed
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file needagx-1.1.2-py3-none-any.whl
.
File metadata
- Download URL: needagx-1.1.2-py3-none-any.whl
- Upload date:
- Size: 1.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/68.1.2 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c605f4fe13ca39c492e59f5fb3c7c2b4b29c4e03c5817ab05919f533176ff092 |
|
MD5 | ec1d939fdacf28d3ed62772ec5ded860 |
|
BLAKE2b-256 | 6fa1c5853e7d1419052d8e788bdbb6c9784eaf0e1622fcc8f37c328b0ec5edce |