@elanglois updated, thank you
Search Criteria
Package Details: python-pyscaffold 4.5-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-pyscaffold.git (read-only, click to copy) |
---|---|
Package Base: | python-pyscaffold |
Description: | Python project template generator with batteries included |
Upstream URL: | https://github.com/pyscaffold/pyscaffold |
Keywords: | distribution git package-creation packagegenerator python release-automation scaffold skeleton template |
Licenses: | MIT |
Submitter: | xantares |
Maintainer: | AlphaJack |
Last Packager: | AlphaJack |
Votes: | 6 |
Popularity: | 0.000000 |
First Submitted: | 2016-10-12 16:27 (UTC) |
Last Updated: | 2024-02-09 11:55 (UTC) |
Dependencies (18)
- python-appdirs (python-appdirs-gitAUR)
- python-configupdater
- python-packaging
- python-platformdirs
- python-tomlkit
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-setuptools-scm (make)
- python-sphinx (python-sphinx-gitAUR) (make)
- python-wheel (make)
- python-cookiecutter (optional) – Create custom scaffold templates.
- python-django (optional) – Scaffold Django projects.
- python-pre-commit (pre-commit) (optional) – Use Git pre-commit hooks.
- python-pytest (optional) – Use the integrated unit testing.
- python-pytest-cov (optional) – Generate a coverage report for your project.
- python-pytest-runnerAUR (optional) – Use the integrated unit testing.
- python-sphinx (python-sphinx-gitAUR) (optional) – Support building documentation with Sphinx.
Required by (1)
- python-shillelagh (make)
Sources (1)
Latest Comments
gkmcd commented on 2020-05-10 02:33 (UTC)
elanglois commented on 2020-04-29 02:30 (UTC)
The GitHub URL is now https://github.com/pyscaffold/pyscaffold.git instead of https://github.com/blue-yonder/pyscaffold.git. The old one still redirects but it's harder to confirm as official when reading the PKGBUILD.
gkmcd commented on 2018-09-20 10:16 (UTC)
Upstream has removed all pretense of Python 2 support in version 3.1, PKGBUILD updated accordingly.
gkmcd commented on 2018-09-17 22:37 (UTC)
@xantares: I notice this package has no maintainer - are you looking for someone? I'm keen to learn more about packaging and so forth so I'd be happy to take on this package.
gkmcd commented on 2018-09-11 10:13 (UTC)
seems like python-wheel should be added to makedepends for 3.1
gkmcd commented on 2018-02-19 10:22 (UTC) (edited on 2018-02-19 10:30 (UTC) by gkmcd)
Updated PKGBUILD for 3.0.1 (current version as of this comment). Doesn't try to build for Python 2 (it seems Python 2 is not supported in newer versions of pyscaffold, see https://github.com/blue-yonder/pyscaffold/blob/bea7a3c1f8f68a0b84df7f3a7aedd1b71ddf5187/src/pyscaffold/utils.py#L278). See python2-pyscaffold for Python 2.
pkgbase=python-pyscaffold
pkgname=('python-pyscaffold')
pkgver=3.0.1
pkgrel=1
pkgdesc="Python project template generator with batteries included"
url="<http://pyscaffold.readthedocs.org/>"
arch=(any)
license=('BSD')
makedepends=('python-setuptools-scm' 'python-six' 'python-pbr')
source=("pyscaffold-${pkgver}::git+<https://github.com/blue-yonder/pyscaffold.git#tag=v>${pkgver}")
md5sums=('SKIP')
build() {
cd "${srcdir}"/pyscaffold-$pkgver
python setup.py egg_info --egg-base .
python setup.py build
}
package_python-pyscaffold() {
depends=('python-six' 'python-pbr')
cd "${srcdir}/pyscaffold-$pkgver"
python setup.py install --root=${pkgdir}
}
Pinned Comments