Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 661514 - dev-libs/libxlsxwriter C library for creating Excel xlsx files (new package)
Summary: dev-libs/libxlsxwriter C library for creating Excel xlsx files (new package)
Status: RESOLVED DUPLICATE of bug 627452
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Efe İzbudak
URL: https://libxlsxwriter.github.io
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks: 661516
  Show dependency tree
 
Reported: 2018-07-18 15:16 UTC by David C. Manuelda
Modified: 2022-08-29 22:39 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Ebuild for 0.7.7 version (libxlsxwriter-0.7.7.ebuild,944 bytes, text/plain)
2018-07-18 15:16 UTC, David C. Manuelda
Details
Ebuild for git version (libxlsxwriter-9999.ebuild,890 bytes, text/plain)
2018-07-18 15:17 UTC, David C. Manuelda
Details

Note You need to log in before you can comment on or make changes to this bug.
Description David C. Manuelda 2018-07-18 15:16:43 UTC
Created attachment 539956 [details]
Ebuild for 0.7.7 version

Libxlsxwriter is a C library for creating Excel XLSX files.
Comment 1 David C. Manuelda 2018-07-18 15:17:02 UTC
Created attachment 539958 [details]
Ebuild for git version
Comment 2 Jonas Stein gentoo-dev 2018-07-21 01:16:48 UTC
Thank you for your contribution. I had a short look on the ebuild. 
Here a few ideas:

* Please test the ebuild with repoman full -x https://wiki.gentoo.org/wiki/Repoman
* We always try to use the latest EAPI, please bump to EAPI=7



SRC_URI="https://github.com/jmcnamara/libxlsxwriter/archive/RELEASE_${PV}.zip -> ${PV}.zip"

if you use zip in EAPI=6, you need also a dependency on the compressor.
better 

SRC_URI="https://github.com/jmcnamara/${PN}/archive/RELEASE_${PV}.tar.gz -> ${P}.tar.gz"

And reorder the ebuild structure as shown in ebuild.skel
Comment 3 Jon Hood 2019-02-19 22:24:55 UTC
I believe that this is a duplicate of #627452.
Comment 4 Jeroen Roovers (RETIRED) gentoo-dev 2020-02-14 09:45:29 UTC

*** This bug has been marked as a duplicate of bug 627452 ***