Skip to content
Snippets Groups Projects

Don't install CHANGES.rst and README.rst to /usr

Merged Pekka Ristola requested to merge pekkarr/python-jaconv:fix-files into main
1 file
+ 7
0
Compare changes
  • Side-by-side
  • Inline
+ 7
0
@@ -18,6 +18,13 @@ checkdepends=(python-nose
source=(git+https://github.com/ikegami-yukino/jaconv#tag=v$pkgver)
sha256sums=('08e0c00dd152bc3e6e0537cc1ed04b669ce7cdf855bbc83cca556b808f951642')
prepare() {
cd $_pyname
# Don't install {CHANGES,README}.rst to /usr
# Upstream bug report: https://github.com/ikegami-yukino/jaconv/issues/28
git cherry-pick -n 6a1c0fc05f1eac50d5a47d83e988efa1f9a84cf7
}
build() {
cd $_pyname
python -m build --wheel --no-isolation
Loading