Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upt, upt-macports: Update for recursive packaging support #4915

Merged
merged 2 commits into from Aug 1, 2019

Conversation

Korusuke
Copy link
Member

@Korusuke Korusuke commented Jul 31, 2019

Description

py-upt-macports: update includes recursive packaging feature
upt : update to version 0.10.3

Tested on

Ubuntu 18.04

Verification

Have you

  • followed our Commit Message Guidelines?
  • squashed and minimized your commits?
  • checked that there aren't other open pull requests for the same change?
  • checked your Portfile with port lint?
  • tried existing tests with sudo port test?
  • tried a full install with sudo port -vst install?
  • tested basic functionality of all binary files?

@macportsbot
Copy link

Notifying maintainers:
@Korusuke for port py-upt-macports, upt.

@macportsbot macportsbot added by: member Created by a member with commit rights maintainer: open Affects an openmaintainer port type: update labels Jul 31, 2019
@macportsbot
Copy link

Travis Build #7531 Errored.

Lint results
--->  Verifying Portfile for py-upt-macports
--->  0 errors and 0 warnings found.
--->  Verifying Portfile for upt
--->  0 errors and 0 warnings found.

Port py37-upt-macports fail on xcode10.2. Log
Port py-upt-macports's dependencies fail on xcode10.2. Log
Port upt's dependencies fail on xcode10.2. Log
Port py37-upt-macports fail on xcode9.4. Log
Port py-upt-macports's dependencies fail on xcode9.4. Log
Port upt's dependencies fail on xcode9.4. Log
Port py37-upt-macports's dependencies fail on xcode8.3. Log
Port py37-upt-macports fail on xcode7.3. Log
Port py-upt-macports's dependencies fail on xcode7.3. Log
Port upt's dependencies fail on xcode7.3. Log

@macportsbot
Copy link

Travis Build #7532 Failed.

Lint results
--->  Verifying Portfile for py-upt-macports
--->  0 errors and 0 warnings found.
--->  Verifying Portfile for upt
--->  0 errors and 0 warnings found.

Port py37-upt-macports success on xcode10.2. Log
Port py-upt-macports success on xcode10.2. Log
Port upt fail on xcode10.2. Log
Port py37-upt-macports success on xcode9.4. Log
Port py-upt-macports success on xcode9.4. Log
Port upt's dependencies fail on xcode9.4. Log
Port py37-upt-macports success on xcode8.3. Log
Port py-upt-macports success on xcode8.3. Log
Port upt fail on xcode8.3. Log
Port py37-upt-macports success on xcode7.3. Log
Port py-upt-macports success on xcode7.3. Log

@mf2k
Copy link
Contributor

mf2k commented Jul 31, 2019

Error is:

Executing:  cd "/opt/local/var/macports/build/_Users_vsts_agent_2.154.3_work_1_s_sysutils_upt/upt/work/upt-0.10.2" && /opt/local/Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7 setup.py --no-user-cfg build 
DEBUG: system:  cd "/opt/local/var/macports/build/_Users_vsts_agent_2.154.3_work_1_s_sysutils_upt/upt/work/upt-0.10.2" && /opt/local/Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7 setup.py --no-user-cfg build 
Traceback (most recent call last):
  File "setup.py", line 10, in <module>
    from wheel.bdist_wheel import bdist_wheel
ModuleNotFoundError: No module named 'wheel'

@mf2k
Copy link
Contributor

mf2k commented Jul 31, 2019

So I 'm guessing upt is missing a build dependency on py-wheel.

@mojca
Copy link
Member

mojca commented Jul 31, 2019

So I 'm guessing upt is missing a build dependency on py-wheel.

I would say that the upstream upt is buggy and fails to declare dependency in a proper way, so that the automatic update of the Portfile would work as expected :) :) :)

@Steap
Copy link
Contributor

Steap commented Jul 31, 2019

Oops. It should be better in upt 0.10.3 :)

Adds recursive packaging support
Adds Recursive packaging support
@macportsbot
Copy link

Travis Build #7536 Failed.

Lint results
--->  Verifying Portfile for py-upt-macports
--->  0 errors and 0 warnings found.
--->  Verifying Portfile for upt
--->  0 errors and 0 warnings found.

Port py37-upt-macports success on xcode10.2. Log
Port py-upt-macports success on xcode10.2. Log
Port upt success on xcode10.2. Log
Port py37-upt-macports success on xcode9.4. Log
Port py-upt-macports success on xcode9.4. Log
Port upt success on xcode9.4. Log
Port py37-upt-macports success on xcode8.3. Log
Port py-upt-macports success on xcode8.3. Log
Port upt's dependencies fail on xcode8.3. Log
Port py37-upt-macports success on xcode7.3. Log
Port py-upt-macports success on xcode7.3. Log
Port upt success on xcode7.3. Log

@reneeotten reneeotten merged commit 75714fa into macports:master Aug 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
by: member Created by a member with commit rights maintainer: open Affects an openmaintainer port type: update
6 participants