Package Details: python-aspy-yaml 1.3.0-1

Git Clone URL: https://aur.archlinux.org/python-aspy-yaml.git (read-only, click to copy)
Package Base: python-aspy-yaml
Description: Python 3 extensions to pyyaml
Upstream URL: https://github.com/asottile/aspy.yaml
Licenses: MIT
Submitter: shosca
Maintainer: None
Last Packager: runaz
Votes: 4
Popularity: 0.000000
First Submitted: 2017-05-03 04:18 (UTC)
Last Updated: 2020-12-06 20:22 (UTC)

Latest Comments

jaantoots commented on 2020-12-05 18:43 (UTC)

Please add python-setuptools to makedepends as it is needed for building.

Quatro commented on 2019-12-14 11:48 (UTC)

@runaz working now. Thank you!

runaz commented on 2019-12-13 19:19 (UTC)

@Quatro build should work now, sorry

Quatro commented on 2019-12-13 00:24 (UTC)

@runaz

Breaking for me, with

==> Making package: python-aspy-yaml 1.3.0-1 (Fri 13 Dec 2019 00:22:19 WET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found aspy.yaml-1.3.0.tar.gz
==> Validating source files with md5sums...
    aspy.yaml-1.3.0.tar.gz ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Extracting aspy.yaml-1.3.0.tar.gz with bsdtar
==> Starting prepare()...
cp: missing destination file operand after 'aspy.yaml-1.3.0'
Try 'cp --help' for more information.
==> ERROR: A failure occurred in prepare().
    Aborting...
Error making: python-aspy-yaml

runaz commented on 2019-12-12 22:18 (UTC) (edited on 2019-12-12 22:19 (UTC) by runaz)

@flying-sheep this is because the package supports python2 and python3. The error you're seeing is because python2 is missing on your machine.

But no worries, since Python2 hits end of life in January I have removed python2 support.

Can you confirm the upgrade worked now?

flying-sheep commented on 2019-12-12 12:28 (UTC)

Yeah this breaks for me with

/tmp/yaytmp-1000/python-aspy-yaml/PKGBUILD: Line 26: python2: Command not found.

jaantoots commented on 2019-07-12 10:27 (UTC)

Needs makedepends=('python-setuptools' 'python2-setuptools')