Skip to content

Commit

Permalink
Update distributions
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed Apr 4, 2019
1 parent e062a2c commit 2f9f4c9
Showing 1 changed file with 2 additions and 37 deletions.
39 changes: 2 additions & 37 deletions packagecore.yaml
Expand Up @@ -13,24 +13,7 @@ packages:
deps:
- python-dateutil
- python
centos7.1:
builddeps:
- make
deps:
- python-dateutil
- python
commands:
pre:
- yum install epel-release
centos7.2:
builddeps:
- make
deps:
- python-dateutil
- python
commands:
pre:
- yum install epel-release
container: "archlinux/base"
centos7.3:
builddeps:
- make
Expand All @@ -55,18 +38,6 @@ packages:
deps:
- python3-dateutil
- python3
fedora25:
builddeps:
- make
deps:
- python3-dateutil
- python3
fedora26:
builddeps:
- make
deps:
- python3-dateutil
- python3
fedora27:
builddeps:
- make
Expand All @@ -79,13 +50,7 @@ packages:
deps:
- python3-dateutil
- python3
opensuse42.1:
builddeps:
- make
deps:
- python3-dateutil
- python3
opensuse42.2:
fedora29:
builddeps:
- make
deps:
Expand Down

13 comments on commit 2f9f4c9

@jarun
Copy link
Owner Author

@jarun jarun commented on 2f9f4c9 Apr 4, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dilawar could you package pdd for openSUSE Leap?

I don't see too many changes coming in future.

@dilawar
Copy link

@dilawar dilawar commented on 2f9f4c9 Apr 4, 2019 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jarun
Copy link
Owner Author

@jarun jarun commented on 2f9f4c9 Apr 4, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! Take a look at imgp as well.

@jarun
Copy link
Owner Author

@jarun jarun commented on 2f9f4c9 Apr 4, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, imgp is already there.

@dmarcoux
Copy link
Contributor

@dmarcoux dmarcoux commented on 2f9f4c9 Apr 4, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I already packaged pdd for openSUSE Leap 15.0/15.1 and openSUSE Tumbleweed. It's not in the official repositories though. I could push it if you want, I don't mind maintaining it. Here's the package I created: https://build.opensuse.org/package/show/home:dmarcoux/python-pdd

@jarun
Copy link
Owner Author

@jarun jarun commented on 2f9f4c9 Apr 4, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I could push it if you want

Yes, please!

@dmarcoux
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alright, I will submit a PR once it is in the official repositories.

@jarun
Copy link
Owner Author

@jarun jarun commented on 2f9f4c9 Apr 4, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you so much!

@jarun
Copy link
Owner Author

@jarun jarun commented on 2f9f4c9 Apr 4, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, please take a look at bcal as well. I see that's also not available on openSUSE Leap.

@dmarcoux
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will have a look, it's pretty easy to package python packages on openSUSE with py2pack.

@jarun
Copy link
Owner Author

@jarun jarun commented on 2f9f4c9 Apr 4, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bcal is in C. Just for note, deps are minimal - libc and libreadline.

@dmarcoux
Copy link
Contributor

@dmarcoux dmarcoux commented on 2f9f4c9 Apr 4, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh alright 👍

Edit: I just checked, there's already a package for bcal, but it's not in the official repositories.

@jarun
Copy link
Owner Author

@jarun jarun commented on 2f9f4c9 Apr 4, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dilawar this is your package. Can you please get bcal mainline? It's about time.

Please sign in to comment.