notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
py-sqlalchemy09 Python SQL toolkit and Object Relational Mapper 0.9.x
0.9.10 databases Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.9.10Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Upstream has declared this version EoL: please migrate to databases/py-sqlalchemy10
Expired This port expired on: 2017-03-01
Maintainer: m.tsatsenko@gmail.com search for ports maintained by this maintainer
Port Added: 2016-05-22 10:53:01
Last Update: 2017-03-12 19:45:09
SVN Revision: 436020
Also Listed In: python
License: MIT
WWW:
http://www.sqlalchemy.org/
Description:
The Python SQL Toolkit and Object Relational Mapper SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL. It provides a full suite of well known enterprise-level persistence patterns, designed for efficient and high-performing database access, adapted into a simple and Pythonic domain language. WWW: http://www.sqlalchemy.org/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}sqlalchemy09>0:databases/py-sqlalchemy09@${PY_FLAVOR}
No installation instructions:
This port has been deleted.
PKGNAME: py27-sqlalchemy09
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1463481163 SHA256 (SQLAlchemy-0.9.10.tar.gz) = 445cba2d5e36b9334aa06c06e00fbedb71f1b1dd03d1d2763b6cf77b9cd6163b SIZE (SQLAlchemy-0.9.10.tar.gz) = 4274855

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py27-setuptools27>0 : devel/py-setuptools27
  2. python2.7 : lang/python27
Runtime dependencies:
  1. py27-sqlite3>0 : databases/py-sqlite3
  2. py27-setuptools27>0 : devel/py-setuptools27
  3. python2.7 : lang/python27
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for py27-sqlalchemy09-0.9.10: DOCS=on: Build and/or install documentation EXAMPLES=on: Build and/or install examples ====> Options available for the multi BACKEND: you have to choose at least one of them MSSQL=off: MS SQL Server backend MYSQL=off: MySQL database support PGSQL=off: PostgreSQL database support SQLITE=on: SQLite database support SYBASE=off: Sybase backend ===> Use 'make config' to modify these settings
Options name:
N/A
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/S/SQLAlchemy/
  2. https://pypi.python.org/packages/source/S/SQLAlchemy/
Collapse this list.

Number of commits found: 4

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.9.10
12 Mar 2017 19:45:09
Revision:436020Original commit files touched by this commit
rene search for other commits by this committer
Remove expired port:
2017-03-01 databases/py-sqlalchemy09: Upstream has declared this version EoL:
please migrate to databases/py-sqlalchemy10
0.9.10
20 Dec 2016 21:50:00
Revision:429035Original commit files touched by this commit
rene search for other commits by this committer
databases/sqlalchemy09: deprecate and schedule for removal on 2017-03-01

Upstream only supports version 1.0 (maintenance) and 1.1 (active version).

PR:		215288
Submitted by:	rene
Approved by:	maintainer (m.tsatsenko@gmail.com)
0.9.10
18 Jul 2016 16:15:01
Revision:418711Original commit files touched by this commit
jbeich search for other commits by this committer
Invoke pytest from within desired python version

When testing a port for a non-default python py.test may fail to find
dependencies for default version because they weren't built e.g.,

$ make test PYTHON_VERSION=python3.5 -C devel/py-apscheduler
[...]
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/usr/local/lib/python3.5/site-packages/_pytest/config.py", line 319, in
_importconftest
    mod = conftestpath.pyimport()
  File "/usr/local/lib/python3.5/site-packages/py/_path/local.py", line 650, in
pyimport
    __import__(modname)
  File
"/usr/ports/devel/py-apscheduler/work/APScheduler-3.2.0/tests/conftest.py", line
8, in <module>
    from apscheduler.job import Job
  File
"/usr/ports/devel/py-apscheduler/work/APScheduler-3.2.0/apscheduler/job.py",
line 4, in <module>
    import six
ImportError: No module named 'six'
ERROR: could not load
/usr/ports/devel/py-apscheduler/work/APScheduler-3.2.0/tests/conftest.py

Approved by:	portmgr blanket
0.9.10
22 May 2016 10:52:45
Revision:415627Original commit files touched by this commit
matthew search for other commits by this committer
Reorganise and modernise the py-sqlalchemy ports.

 - Introduce new ports for the sqlalchemy 0.9 and 1.0 release branches.
 - Deprecate the ports for the 0.6 and 0.7 release branches, as these
   have been declared EoL and are no longer supported by upstream.
 - Update to the latest available version in each branch.

In detail:

   Port                 Version Maintainer
   ----------------------------------------------
   py-sqlalchemy06      0.6.9   nivit@FreeBSD.org (Deprecate 2016-08-20) [1]
   py-sqlalchemy07      0.7.10  nivit@FreeBSD.org (renamed py-sqlalchemy,
Deprecate 2016-08-20) [1]
   py-sqlalchemy08      0.8.7   nivit@FreeBSD.org (renamed py-sqlalchemy-devel)
[1]
   py-sqlalchemy09      0.9.10  m.tsatsenko@gmail.com (new, repocopy from
py-sqlalchemy-devel) [2]
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 4