Page MenuHomeSolus

construct repo for openpyxl.
ClosedPublic

Authored by hashhsah on Feb 22 2020, 5:01 PM.
Tags
None
Referenced Files
F11006498: D8330.diff
Tue, Aug 1, 3:38 PM
F10878658: D8330.id20132.diff
Jun 21 2023, 12:06 PM
F10874781: D8330.id19968.diff
Jun 20 2023, 2:09 AM
F10874779: D8330.id20852.diff
Jun 20 2023, 2:08 AM
F10843676: D8330.id.diff
Jun 10 2023, 6:52 PM
F10828066: D8330.id19968.diff
Jun 4 2023, 8:20 AM
F10780824: D8330.id.diff
May 25 2023, 4:09 AM
F10762501: D8330.id19926.diff
May 18 2023, 6:14 PM

Details

Summary

new repo for openpyxl, resolves T8746.

Test Plan

passes built-in test. run first example in documentation (https://openpyxl.readthedocs.io/en/stable/).

Diff Detail

Repository
R4968 python-openpyxl
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kyrios123 added a subscriber: kyrios123.

Please remove the python2 bits from your package.

Thanks ?

This revision now requires changes to proceed.Feb 22 2020, 6:06 PM

Does removing python2 bits mean removing %python_setup while keeping %python3_setup only?

openpyxl happens to be a python3-only package, and didn't have python2 at all.

rebuilt, after making jdcal/et_xmlfile python3 only.
as expected, nothing changed in this package.

@kyrios123 would you take a look at this again? thx

kyrios123 added inline comments.
package.yml
15

This is for python2 only so it should be removed.

This revision now requires changes to proceed.Mar 4 2020, 12:24 PM

removing python-setuptools, the "python2 bit"

@kyrios123 hopefully this time i got what you meant by removing python2. please take a look. thx.

DataDrake added a subscriber: DataDrake.

Almost there :)

package.yml
13

Deps should be alphabetical with pkgconfigs first, please.

This revision now requires changes to proceed.Apr 15 2020, 4:37 AM

re-order dependencies alphabetically.

This revision is now accepted and ready to land.Apr 15 2020, 3:58 PM
This revision was automatically updated to reflect the committed changes.