[Bug 223514] [patch] devel/py3-freezegun: fix dependency to sqlite3

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Nov 8 09:54:55 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223514

            Bug ID: 223514
           Summary: [patch] devel/py3-freezegun: fix dependency to sqlite3
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: koobs at FreeBSD.org
          Reporter: ehaupt at FreeBSD.org
          Keywords: patch
          Assignee: koobs at FreeBSD.org
             Flags: maintainer-feedback?(koobs at FreeBSD.org)

Created attachment 187844
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=187844&action=edit
Fix sqlite3 dependency

The port lists databases/py3-sqlite3 as dependency which does not exist.

There are individual python-sub-version ports though:

# ls -ld /usr/ports/databases/py*sqlite3
drwxr-xr-x  3 root  wheel  5 Nov  3 17:22 /usr/ports/databases/py-sqlite3
drwxr-xr-x  2 root  wheel  3 Nov  3 17:22 /usr/ports/databases/py34-sqlite3
drwxr-xr-x  2 root  wheel  3 Nov  3 17:22 /usr/ports/databases/py35-sqlite3
drwxr-xr-x  2 root  wheel  3 Nov  3 17:22 /usr/ports/databases/py36-sqlite3
drwxr-xr-x  2 root  wheel  4 Nov  3 17:22 /usr/ports/databases/pypy-sqlite3

I suggest using PYTHON_PKGNAMEPREFIX to determine which port to be used.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list