summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-testpath/package.py
diff options
context:
space:
mode:
authorAdam J. Stewart <ajstewart426@gmail.com>2020-12-29 18:44:04 -0600
committerGitHub <noreply@github.com>2020-12-29 16:44:04 -0800
commita4accff26614af1b36e239035a22acf72a328313 (patch)
treed9880a891bc9239c889ce8926d6c01b01c28c757 /var/spack/repos/builtin/packages/py-testpath/package.py
parentc22141f444861abeaee297a3d92696e9ae94a509 (diff)
downloadspack-a4accff26614af1b36e239035a22acf72a328313.tar.gz
spack-a4accff26614af1b36e239035a22acf72a328313.tar.bz2
spack-a4accff26614af1b36e239035a22acf72a328313.tar.xz
spack-a4accff26614af1b36e239035a22acf72a328313.zip
PythonPackage: url -> pypi (#20610)
* Convert all `url` attributes in `PythonPackage`s to `pypi` attributes * add `pypi =` to flake8 exceptions
Diffstat (limited to 'var/spack/repos/builtin/packages/py-testpath/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-testpath/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/py-testpath/package.py b/var/spack/repos/builtin/packages/py-testpath/package.py
index 717f63dc6b..f030b0d4a6 100644
--- a/var/spack/repos/builtin/packages/py-testpath/package.py
+++ b/var/spack/repos/builtin/packages/py-testpath/package.py
@@ -11,6 +11,6 @@ class PyTestpath(PythonPackage):
files and commands."""
homepage = "https://github.com/jupyter/testpath"
- url = "https://pypi.io/packages/source/t/testpath/testpath-0.4.2.tar.gz"
+ pypi = "testpath/testpath-0.4.2.tar.gz"
version('0.4.2', sha256='b694b3d9288dbd81685c5d2e7140b81365d46c29f5db4bc659de5aa6b98780f8')