Package Details: python2-wrapt 1.14.1-2

Git Clone URL: https://aur.archlinux.org/python2-wrapt.git (read-only, click to copy)
Package Base: python2-wrapt
Description: A Python module for decorators, wrappers and monkey patching.
Upstream URL: https://pypi.python.org/pypi/wrapt
Licenses: BSD
Submitter: FrederickZh
Maintainer: FrederickZh
Last Packager: FrederickZh
Votes: 0
Popularity: 0.000000
First Submitted: 2021-04-09 01:03 (UTC)
Last Updated: 2022-06-29 07:47 (UTC)

Latest Comments

FrederickZh commented on 2022-06-29 07:48 (UTC)

@MarsSeed Fixed. Thank you

MarsSeed commented on 2022-06-29 04:44 (UTC)

Hi,

Please kindly fix the LICENSE file directory.

Currently it is not in a directory named after the package name, but directly under /usr/share/licenses.

# Wrong dir:
install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/LICENSE"

# Correct dir:
install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"