Page MenuHomeFreeBSD

databases/py-odbc: Update to 4.0.17, Rename to databases/py-pyodbc
ClosedPublic

Authored by dbaio on Jul 13 2017, 9:43 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Mar 19, 6:05 AM
Unknown Object (File)
Mon, Mar 4, 12:30 PM
Unknown Object (File)
Mon, Mar 4, 12:30 PM
Unknown Object (File)
Mon, Mar 4, 12:30 PM
Unknown Object (File)
Mon, Mar 4, 12:30 PM
Unknown Object (File)
Sun, Mar 3, 12:25 PM
Unknown Object (File)
Jan 15 2024, 9:22 PM
Unknown Object (File)
Dec 31 2023, 5:19 PM
Subscribers

Details

Summary
databases/py-odbc: Update to 4.0.17, Rename to databases/py-pyodbc

Rename to comply with PyPI scheme

While here:
 - Switch to USES=localbase and remove a patch that does the same
 - STRIP pyodbc.so
 - Remove BUILD DEPENDS (Reported by koobs)

PR:	220305
Submitted by:	rob.kruus@gmail.com (maintainer)
Approved by:	garga (mentor)
Differential Revision:	https://reviews.freebsd.org/D11587
Test Plan
$ portlint -C
looks fine.

$ make index
Generating INDEX-12 - please wait..--- describe.accessibility ---
--- describe.arabic ---
--- describe.archivers ---
--- describe.astro ---
--- describe.audio ---
--- describe.benchmarks ---
--- describe.biology ---
--- describe.cad ---
--- describe.chinese ---
--- describe.comms ---
--- describe.converters ---
--- describe.databases ---
--- describe.deskutils ---
[...]
--- describe.x11-servers ---
--- describe.x11-themes ---
--- describe.x11-toolkits ---
--- describe.x11-wm ---
 Done.

poudriere testport:

10.3-RELEASE-p19 amd64
10.3-RELEASE-p19 i386
11.0-RELEASE-p10 amd64
11.0-RELEASE-p10 i386
12.0-CURRENT 1200037 amd64
12.0-CURRENT 1200037 i386

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Jul 14 2017, 12:03 PM
dbaio edited edge metadata.

Remove BUILD DEPENDS, it's unnecessary (Reported by koobs)

This revision now requires review to proceed.Jul 14 2017, 4:00 PM
dbaio edited the test plan for this revision. (Show Details)

Remove BUILD DEPENDS, it's unnecessary (Reported by koobs)

I kinda disagree. While the dependency will be there at build time, this forces a minimum version on unixODBC.

In D11587#240685, @mat wrote:

Remove BUILD DEPENDS, it's unnecessary (Reported by koobs)

I kinda disagree. While the dependency will be there at build time, this forces a minimum version on unixODBC.

I'll revert that

This revision was automatically updated to reflect the committed changes.