FS#60125 - [cairosvg] Should include $pkgver in provides

Attached to Project: Community Packages
Opened by Chih-Hsuan Yen (yan12125) - Wednesday, 19 September 2018, 13:11 GMT
Last edited by Doug Newgard (Scimmia) - Wednesday, 19 September 2018, 14:44 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Filipe Laíns (FFY00)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

provides=('python-cairosvg')

should be:

provides=("python-cairosvg=$pkgver")

Additional info:
2.1.3-4

Steps to reproduce:
1. Try to build https://aur.archlinux.org/packages/python-weasyprint/

$ makepkg -s
==> Making package: python-weasyprint 0.42.3-2 (Wed Sep 19 21:10:32 2018)
==> Checking runtime dependencies...
==> Installing missing dependencies...
error: target not found: python-cairosvg>=0.4.1
==> ERROR: 'pacman' failed to install missing dependencies.
This task depends upon

Closed by  Doug Newgard (Scimmia)
Wednesday, 19 September 2018, 14:44 GMT
Reason for closing:  Fixed
Additional comments about closing:  fixed in python-weasyprint
Comment by Florijan Hamzic (cin) - Wednesday, 19 September 2018, 13:25 GMT
just for your information: i removed the version check recently in python-weasyprint

Loading...